Commit 0d2c307e authored by take_cheeze's avatar take_cheeze

Suppress test script syntax warning.

parent a6941101
......@@ -32,7 +32,7 @@ end
assert("Symbol#casecmp") do
assert_equal 0, :HELLO.casecmp(:hEllO)
assert_equal 1, :HELLO.casecmp(:hEllN)
assert_equal -1, :HELLO.casecmp(:hEllP)
assert_equal(-1, :HELLO.casecmp(:hEllP))
assert_nil :HELLO.casecmp("hEllO")
end
......
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