Skip to content

Commit

Permalink
Added known bug from ruby-core:14537
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
ryan committed Jan 3, 2008
1 parent 1421b85 commit 37d1059
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bootstraptest/test_knownbug.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,13 @@
# So all tests will cause failure.
#

assert_equal 'ok', %q{
class X < RuntimeError;end
x = [X]
begin
raise X
rescue *x
:ok
end
}, '[ruby-core:14537]'

0 comments on commit 37d1059

Please sign in to comment.