add a test for [ruby-dev:34646].

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16380 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2008-05-12 03:41:48 +00:00
parent 10fc0eb781
commit 21140756e1

View File

@ -225,3 +225,10 @@ assert_equal 'ok', %q{
assert_normal_exit %q{
at_exit { Fiber.new{}.resume }
}
assert_equal 'ok', %q{
lambda {
break :ok
:ng
}.call
}, '[ruby-dev:34646]'