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:
parent
10fc0eb781
commit
21140756e1
@ -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]'
|
||||
|
Loading…
x
Reference in New Issue
Block a user