Skip to content

Commit

Permalink
remove skip that shouldn't be necessary anymore.
Browse files Browse the repository at this point in the history
the test should pass after 8f4a929.
  • Loading branch information
R-obert committed Feb 11, 2017
1 parent 8f4a929 commit b130f43
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mrbgems/mruby-string-ext/test/string.rb
Original file line number Diff line number Diff line change
Expand Up @@ -464,12 +464,10 @@ def o.to_str
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
Expand Down

0 comments on commit b130f43

Please sign in to comment.