mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
2e1efa9499
commit
82ba40b434
3 changed files with 6 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue