Commit 1fab9666 authored by mattn's avatar mattn

Add test

parent ab0b1c47
......@@ -66,3 +66,7 @@ assert('String#rindex') do
assert_equal 12, str.rindex('ち')
assert_equal 3, str.rindex('ち', 10)
end
assert('String#chr') do
assert_equal "こ", "こんにちは世界!".chr
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