Commit cef52c73 authored by Daniel Bovensiepen's avatar Daniel Bovensiepen

Add Test Case for Issue #460

parent fffa8901
......@@ -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
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