Commit 17c24978 authored by Tomasz Dąbrowski's avatar Tomasz Dąbrowski

fix `String#% %d` test with `MRB_INT16` set

parent 63f10a1e
......@@ -94,7 +94,7 @@ end
assert("String#% %d") do
assert_equal(" 10", "%4d" % 10)
assert_equal("1000", "%4d" % 1000)
assert_equal("100000", "%4d" % 100000)
assert_equal("10000", "%4d" % 10000)
end
assert("String#% invalid format") 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