mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Add Range#eql? test case.
This commit is contained in:
@@ -77,5 +77,6 @@ end
|
||||
assert('Range#eql?', '15.2.14.4.14') do
|
||||
assert_true (1..10).eql? (1..10)
|
||||
assert_false (1..10).eql? (1..100)
|
||||
assert_false (1..10).eql? (Range.new(1.0, 10.0))
|
||||
assert_false (1..10).eql? "1..10"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user