Commit 52b2d092 authored by Yukihiro Matsumoto's avatar Yukihiro Matsumoto

test t/*.rb spacing fix

parent 7ee8018d
......@@ -57,7 +57,7 @@ assert('Float#<=>', '15.2.9.3.6') do
end
assert('Float#==', '15.2.9.3.7') do
3.1 == 3.1 and not (3.1 == 3.2)
3.1 == 3.1 and not 3.1 == 3.2
end
assert('Float#ceil', '15.2.9.3.8') do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment