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 549a3b74c4 ripper: fix %-op on_operator_ambiguous
* parse.y (ambiguous_operator): separate token and string
  representation of operators, to fix %-operator argument.  in a
  warning message, needs to be escaped by '%' but the symbol
  should not be.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-02-12 03:15:34 +00:00
..
dummyparser.rb {ext,test}/ripper: Specify frozen_string_literal: true. 2017-02-05 07:54:32 +00:00
test_files.rb {ext,test}/ripper: Specify frozen_string_literal: true. 2017-02-05 07:54:32 +00:00
test_filter.rb {ext,test}/ripper: Specify frozen_string_literal: true. 2017-02-05 07:54:32 +00:00
test_parser_events.rb ripper: fix %-op on_operator_ambiguous 2017-02-12 03:15:34 +00:00
test_ripper.rb {ext,test}/ripper: Specify frozen_string_literal: true. 2017-02-05 07:54:32 +00:00
test_scanner_events.rb {ext,test}/ripper: Specify frozen_string_literal: true. 2017-02-05 07:54:32 +00:00
test_sexp.rb {ext,test}/ripper: Specify frozen_string_literal: true. 2017-02-05 07:54:32 +00:00