Commit 1cdf2838 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

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

parents a1131361 65d20737
...@@ -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