add a test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16287 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
04752225a7
commit
c415a5d66b
@ -212,3 +212,12 @@ assert_normal_exit %q{
|
||||
assert_normal_exit %q{
|
||||
[1,2,3].slice!(1,10000).inspect
|
||||
}
|
||||
|
||||
assert_equal 'ok', %q{
|
||||
begin
|
||||
eval("class nil::Foo; end")
|
||||
:ng
|
||||
rescue Exception
|
||||
:ok
|
||||
end
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user