Commit 65d20737 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #1647 from mattn/remove_duplicate_test_for_mruby_string_utf8

Remove duplicate test for mruby-string-utf8
parents 78ab979e 993095cb
...@@ -8,5 +8,4 @@ assert('String#[]') do ...@@ -8,5 +8,4 @@ assert('String#[]') do
assert_equal "世界", "こんにちわ世界"[-2..-1] assert_equal "世界", "こんにちわ世界"[-2..-1]
assert_equal "んに", "こんにちわ世界"[1,2] assert_equal "んに", "こんにちわ世界"[1,2]
assert_equal "世", "こんにちわ世界"["世"] assert_equal "世", "こんにちわ世界"["世"]
assert_equal "世", "こんにちわ世界"["世"]
end 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