remove test for succ on Unicode (non-ASCII) char; #2520

parent 0381de3e
......@@ -284,7 +284,6 @@ assert('String#succ') do
assert_equal "-", "-".succ
assert_equal "-b", "-a".succ
assert_equal "-aa", "-z".succ
assert_equal "あ", "あ".succ
assert_equal "あb", "あa".succ
assert_equal "あba", "あaz".succ
......
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