1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/ripper/test_parser_events.rb (test_local_variables): for r27431.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27442 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2010-04-22 08:59:57 +00:00
parent 372dcece3f
commit 04c651c0bd

View file

@ -1069,7 +1069,7 @@ class TestRipper::ParserEvents < Test::Unit::TestCase
end end
def test_local_variables def test_local_variables
cmd = 'command(w,[regexp_literal(xstring_add(xstring_new(),25 # ),/)])' cmd = 'command(w,[regexp_literal(regexp_add(regexp_new(),25 # ),/)])'
div = 'binary(ref(w),/,25)' div = 'binary(ref(w),/,25)'
var = '[w]' var = '[w]'
bug1939 = '[ruby-core:24923]' bug1939 = '[ruby-core:24923]'