Commented out String#scan because it is not implemented yet

This commit is contained in:
KOBAYASHI Shuji
2019-04-21 20:34:39 +09:00
parent 88c3595db3
commit cdb458ed4e
3 changed files with 16 additions and 16 deletions
+3 -1
View File
@@ -509,7 +509,9 @@ assert('String#rindex(UTF-8)', '15.2.10.5.31') do
assert_equal nil, str.index("")
end if UTF8STRING
# 'String#scan', '15.2.10.5.32' will be tested in mrbgems.
# assert('String#scan', '15.2.10.5.32') do
# # Not implemented yet
# end
assert('String#size', '15.2.10.5.33') do
assert_equal 3, 'abc'.size