From cfab29b7db7f3ea63a339946e2959f7118eec7fd Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 18 Apr 2010 03:32:06 +0000 Subject: * parse.y (string_content): preserve cond_stack and cmdarg_stack. [ruby-core:29579] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27387 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/test_syntax.rb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bootstraptest/test_syntax.rb') diff --git a/bootstraptest/test_syntax.rb b/bootstraptest/test_syntax.rb index 619a4cbdb1..44db11babf 100644 --- a/bootstraptest/test_syntax.rb +++ b/bootstraptest/test_syntax.rb @@ -884,3 +884,9 @@ assert_normal_exit %q{ e } }, '[ruby-dev:39861]' + +bug1240 = '[ruby-core:22637]' +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]') -- cgit v1.2.3