Commit 0ef51d83 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #3450 from r-obert/patch-1

remove skip that shouldn't be necessary anymore.
parents 8f4a929e b130f432
......@@ -464,12 +464,10 @@ if UTF8STRING
end
assert('UTF8 byte counting') do
skip('string length is broken after []=')
# based on assert_equal 34, "helloó".rjust(34).length
# see https://github.com/mruby/mruby/issues/3448
ret = ' '
ret[-6..-1] = "helloó"
assert_equal 34, ret.length
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