From 6fcc9bd4dd149487ba883a26537408e97c382224 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 29 Feb 2008 06:12:46 +0000 Subject: * parse.y (opt_block_param): command can start just after block param definition. [ruby-list:44479] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/test_knownbug.rb | 2 -- bootstraptest/test_syntax.rb | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstraptest') diff --git a/bootstraptest/test_knownbug.rb b/bootstraptest/test_knownbug.rb index c438231f2..6aedfbb6e 100644 --- a/bootstraptest/test_knownbug.rb +++ b/bootstraptest/test_knownbug.rb @@ -44,8 +44,6 @@ assert_equal 'ok', %q{ end }, '[ruby-core:14537]' -assert_valid_syntax('1.times {|i|print (42),1;}', '[ruby-list:44479]') - assert_normal_exit %q{ "abc".gsub(/./, "a" => "z") } diff --git a/bootstraptest/test_syntax.rb b/bootstraptest/test_syntax.rb index c64bd5ad9..dc4cae3df 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]') -- cgit