Unverified Commit a7ae278d authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

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

Remove "Check the usage of a NUL character" test
parents 2847692d 2e160f53
...@@ -694,10 +694,6 @@ assert('String interpolation (mrb_str_concat for shared strings)') do ...@@ -694,10 +694,6 @@ assert('String interpolation (mrb_str_concat for shared strings)') do
assert_equal "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA:", "#{a}:" assert_equal "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA:", "#{a}:"
end end
assert('Check the usage of a NUL character') do
"qqq\0ppp"
end
assert('String#bytes') do assert('String#bytes') do
str1 = "hello" str1 = "hello"
bytes1 = [104, 101, 108, 108, 111] bytes1 = [104, 101, 108, 108, 111]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment