Add Test Case for Issue #460

This commit is contained in:
Daniel Bovensiepen
2012-09-10 23:33:22 +08:00
parent fffa89014e
commit cef52c73c3
+4
View File
@@ -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