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

* parse.y (literal_concat_gen): NODE_DSTR was incorrectly handled as

NODE_STR.  [ruby-dev:38968]

* bootstraptest/test_syntax.rb: add a test for above.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24332 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
mame 2009-07-30 18:02:37 +00:00
parent 22acf29509
commit 3129ed327e
3 changed files with 11 additions and 3 deletions

View file

@ -828,3 +828,6 @@ assert_normal_exit %q{
p a.compact!
}
assert_equal 'ok', %q{
"#{}""#{}ok"
}, '[ruby-dev:38968]'