Merge branch 'master' of github.com:mruby/mruby

This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-01-08 00:40:57 +09:00
-1
View File
@@ -8,5 +8,4 @@ assert('String#[]') do
assert_equal "世界", "こんにちわ世界"[-2..-1]
assert_equal "んに", "こんにちわ世界"[1,2]
assert_equal "", "こんにちわ世界"[""]
assert_equal "", "こんにちわ世界"[""]
end