summaryrefslogtreecommitdiffstats
path: root/bootstraptest
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-02 12:04:43 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-02 12:04:43 +0000
commit9a332ae56035fec60a5df9aaf33460bd66fa8f7e (patch)
tree2a69a4f48eb7e804103d400e3750f5ee5aba77fd /bootstraptest
parent6dbc1a53ea7451f9b79d96f6d608764b9d2f9684 (diff)
downloadruby-9a332ae56035fec60a5df9aaf33460bd66fa8f7e.tar.gz
ruby-9a332ae56035fec60a5df9aaf33460bd66fa8f7e.tar.xz
ruby-9a332ae56035fec60a5df9aaf33460bd66fa8f7e.zip
* 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
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/test_syntax.rb5
1 files changed, 5 insertions, 0 deletions
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]'