Remove historical comment; ref #3450 #3448

This commit is contained in:
Yukihiro "Matz" Matsumoto
2017-02-11 16:52:45 +09:00
parent 0ef51d83c2
commit 0b143898c4
-2
View File
@@ -464,8 +464,6 @@ if UTF8STRING
end
assert('UTF8 byte counting') do
# 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