summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-string-ext/test/string.rb
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2017-02-11 16:52:45 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2017-02-11 16:52:45 +0900
commit0b143898c4203ce611dc0d270569fc576f894758 (patch)
treeb0fefbcf0f05cba2e4646b922c6553e3eb640c62 /mrbgems/mruby-string-ext/test/string.rb
parent0ef51d83c23e6768763a66b615cde13379d430c5 (diff)
downloadmruby-0b143898c4203ce611dc0d270569fc576f894758.tar.gz
mruby-0b143898c4203ce611dc0d270569fc576f894758.zip
Remove historical comment; ref #3450 #3448
Diffstat (limited to 'mrbgems/mruby-string-ext/test/string.rb')
-rw-r--r--mrbgems/mruby-string-ext/test/string.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/mrbgems/mruby-string-ext/test/string.rb b/mrbgems/mruby-string-ext/test/string.rb
index 9b7e99647..24bc859d8 100644
--- a/mrbgems/mruby-string-ext/test/string.rb
+++ b/mrbgems/mruby-string-ext/test/string.rb
@@ -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