mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
.. is weaker than ==
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ assert('BS Block 7') do
|
||||
a = [m, n]
|
||||
ans << a
|
||||
end
|
||||
end == 1..3
|
||||
end == (1..3)
|
||||
end
|
||||
|
||||
assert('BS Block 8') do
|
||||
|
||||
Reference in New Issue
Block a user