Merge pull request #4497 from shuujii/remove-Check-the-usage-of-a-NUL-character-test

Remove "Check the usage of a NUL character" test
This commit is contained in:
Yukihiro "Matz" Matsumoto
2019-06-09 07:57:51 +09:00
committed by GitHub
-4
View File
@@ -694,10 +694,6 @@ assert('String interpolation (mrb_str_concat for shared strings)') do
assert_equal "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA:", "#{a}:"
end
assert('Check the usage of a NUL character') do
"qqq\0ppp"
end
assert('String#bytes') do
str1 = "hello"
bytes1 = [104, 101, 108, 108, 111]