From e70a308c75072121ec780ae571fc32db3fe87737 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 18 Apr 2010 03:48:54 +0000 Subject: * parse.y (parser_yylex): seems like a symbol-literal when spaces are unbalanced. [ruby-core:29578] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27388 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/test_syntax.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bootstraptest/test_syntax.rb') diff --git a/bootstraptest/test_syntax.rb b/bootstraptest/test_syntax.rb index 44db11babf..30219c048e 100644 --- a/bootstraptest/test_syntax.rb +++ b/bootstraptest/test_syntax.rb @@ -890,3 +890,6 @@ 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