mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Revive accidentally removed assertion
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67424 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d4319541e8
commit
f0204a2547
1 changed files with 1 additions and 0 deletions
|
@ -380,6 +380,7 @@ class TestArray < Test::Unit::TestCase
|
|||
assert_equal(@cls[1, 2, 3], a[..2])
|
||||
assert_equal(@cls[1, 2], a[...2])
|
||||
assert_equal(@cls[10, 11, 12], a[-91..-89])
|
||||
assert_equal(@cls[98, 99, 100], a[-3..])
|
||||
assert_equal(@cls[1, 2, 3], a[..-98])
|
||||
assert_equal(@cls[1, 2], a[...-98])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue