mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Remove "Check the usage of a NUL character" test
Because there is not assertion in this test and NUL character literal is used in other tests.
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user