1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/ripper
nobu eb13bcec58 parse.y: refactor list literals
* parse.y (words, symbols, qwords, qsymbols): unify empty list and
  non-empty list.

* parse.y (parser_parse_string): always dispatch a word separator
  at the beginning of list literals.
  [ruby-core:83871] [Bug #14126]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60892 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-11-24 04:26:27 +00:00
..
dummyparser.rb test_parser_events.rb: results of list literals 2017-11-24 04:26:23 +00:00
test_files.rb
test_filter.rb
test_lexer.rb
test_parser_events.rb parse.y: refactor list literals 2017-11-24 04:26:27 +00:00
test_ripper.rb
test_scanner_events.rb
test_sexp.rb