summaryrefslogtreecommitdiff
path: root/bootstraptest/test_syntax.rb
diff options
context:
space:
mode:
Diffstat (limited to 'bootstraptest/test_syntax.rb')
-rw-r--r--bootstraptest/test_syntax.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstraptest/test_syntax.rb b/bootstraptest/test_syntax.rb
index c64bd5ad9c..dc4cae3dff 100644
--- a/bootstraptest/test_syntax.rb
+++ b/bootstraptest/test_syntax.rb
@@ -765,3 +765,5 @@ assert_equal "1\n2\n", %q{
next p(i)
end
}
+
+assert_valid_syntax('1.times {|i|print (42),1;}', '[ruby-list:44479]')