diff options
Diffstat (limited to 'bootstraptest')
-rw-r--r-- | bootstraptest/test_literal.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bootstraptest/test_literal.rb b/bootstraptest/test_literal.rb index 8480c6530..ab028e2c1 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]' |