mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
add test for [ruby-dev:31197].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
853999fb20
commit
091fb1c2e4
1 changed files with 2 additions and 0 deletions
|
@ -691,6 +691,8 @@ class TestArray < Test::Unit::TestCase
|
|||
assert_equal(@cls[], @cls[].flatten)
|
||||
assert_equal(@cls[],
|
||||
@cls[@cls[@cls[@cls[],@cls[]],@cls[@cls[]],@cls[]],@cls[@cls[@cls[]]]].flatten)
|
||||
|
||||
assert_raise(TypeError, "[ruby-dev:31197]") { [[]].flatten("") }
|
||||
end
|
||||
|
||||
def test_flatten!
|
||||
|
|
Loading…
Reference in a new issue