mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Add Test Case for Issue #460
This commit is contained in:
@@ -335,3 +335,7 @@ assert('String interpolation (mrb_str_concat for shared strings)') do
|
||||
"#{a}:" == "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA:"
|
||||
end
|
||||
|
||||
assert('Check the usage of a NUL character') do
|
||||
"qqq\0ppp"
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user