mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
remove skip that shouldn't be necessary anymore.
the test should pass after https://github.com/mruby/mruby/commit/8f4a929e1a01c8d6176fb53a9ef5dff6de632959.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user