From 82ba40b4340b01c97733561816dc8a4ee8adc081 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 21 Apr 2010 04:36:05 +0000 Subject: * parse.y (parser_yylex): reverted r27388 due to backward compatibility. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27430 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/test_syntax.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'bootstraptest') diff --git a/bootstraptest/test_syntax.rb b/bootstraptest/test_syntax.rb index 30219c048e..44db11babf 100644 --- a/bootstraptest/test_syntax.rb +++ b/bootstraptest/test_syntax.rb @@ -890,6 +890,3 @@ assert_valid_syntax('x y { "#{}".z { } }', bug1240) assert_valid_syntax('x y { "#{}".z do end }', bug1240) assert_valid_syntax('y "#{a 1}" do end', '[ruby-core:29579]') - -bug3163 = '[ruby-core:29578]' -assert_valid_syntax('foo = 1; foo :bar', bug3163) -- cgit v1.2.3