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

remove skip that shouldn't be necessary anymore.
This commit is contained in:
Yukihiro "Matz" Matsumoto
2017-02-11 16:50:06 +09:00
committed by GitHub
+1 -3
View File
@@ -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