> require 'yard'
> YARD::Parser::Ruby::RubyParser.new('%w(1 2)', nil).parse.tokens
=> [[:qwords_beg, "%w(", [1, 0]], [:tstring_content, "1", [1, 3]], [:words_sep, ")", [1, 6]]]
Using YARD version 0.9.7
The 2 part is missing.
Seems to be related to the fix in c9c9c0a.
Using YARD version 0.9.7
The
2part is missing.Seems to be related to the fix in c9c9c0a.