From fb03cb8275d6028d082fedeaa29e237cbe66399a Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 3 Sep 2009 08:57:28 +0000 Subject: * parse.y (literal_concat_gen): concat body from dstr instead of nd_next. [ruby-core:25284] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24741 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/test_literal.rb | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bootstraptest/test_literal.rb') diff --git a/bootstraptest/test_literal.rb b/bootstraptest/test_literal.rb index 8480c65308..ab028e2c1e 100644 --- a/bootstraptest/test_literal.rb +++ b/bootstraptest/test_literal.rb @@ -192,3 +192,11 @@ assert_normal_exit %q{ rescue end }, '[ruby-dev:34536]' + +assert_equal 'ok', %q{ + "#{}""#{}ok" +}, '[ruby-dev:38968]' + +assert_equal 'ok', %q{ + "#{}o""#{}k""#{}" +}, '[ruby-core:25284]' -- cgit v1.2.3