From 9a332ae56035fec60a5df9aaf33460bd66fa8f7e Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 2 Aug 2009 12:04:43 +0000 Subject: * parse.y (literal_concat0): tail can be nil. [ruby-dev:38980] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24356 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/test_syntax.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bootstraptest') diff --git a/bootstraptest/test_syntax.rb b/bootstraptest/test_syntax.rb index 131625ea6..6843b2328 100644 --- a/bootstraptest/test_syntax.rb +++ b/bootstraptest/test_syntax.rb @@ -831,3 +831,8 @@ assert_normal_exit %q{ assert_equal 'ok', %q{ "#{}""#{}ok" }, '[ruby-dev:38968]' + + +assert_equal 'ok', %q{ + "o" "#{}k" +}, '[ruby-dev:38980]' -- cgit