diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-01-08 00:40:57 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-01-08 00:40:57 +0900 |
| commit | 1cdf2838996a3be41c2ba976d16cc1de286b5e50 (patch) | |
| tree | ef66e2f44192a75568c10a094127db1e7cbfe5ff | |
| parent | a1131361d54193b982193b15016426ff1faac92d (diff) | |
| parent | 65d2073739e47142125e5b666d24c551c3e652a9 (diff) | |
| download | mruby-1cdf2838996a3be41c2ba976d16cc1de286b5e50.tar.gz mruby-1cdf2838996a3be41c2ba976d16cc1de286b5e50.zip | |
Merge branch 'master' of github.com:mruby/mruby
| -rw-r--r-- | mrbgems/mruby-string-utf8/test/string.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mrbgems/mruby-string-utf8/test/string.rb b/mrbgems/mruby-string-utf8/test/string.rb index 8d6d0f109..4ee815a36 100644 --- a/mrbgems/mruby-string-utf8/test/string.rb +++ b/mrbgems/mruby-string-utf8/test/string.rb @@ -8,5 +8,4 @@ assert('String#[]') do assert_equal "世界", "こんにちわ世界"[-2..-1] assert_equal "んに", "こんにちわ世界"[1,2] assert_equal "世", "こんにちわ世界"["世"] - assert_equal "世", "こんにちわ世界"["世"] end |
