ruby-changes:15539
From: nobu <ko1@a...>
Date: Thu, 22 Apr 2010 18:00:07 +0900 (JST)
Subject: [ruby-changes:15539] Ruby:r27442 (trunk): * test/ripper/test_parser_events.rb (test_local_variables): for r27431.
nobu 2010-04-22 17:59:57 +0900 (Thu, 22 Apr 2010) New Revision: 27442 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=27442 Log: * test/ripper/test_parser_events.rb (test_local_variables): for r27431. Modified files: trunk/test/ripper/test_parser_events.rb Index: test/ripper/test_parser_events.rb =================================================================== --- test/ripper/test_parser_events.rb (revision 27441) +++ test/ripper/test_parser_events.rb (revision 27442) @@ -1069,7 +1069,7 @@ end 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)' var = '[w]' bug1939 = '[ruby-core:24923]' -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/