Commit 2dbd6faf authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #462 from bovi/test-for-460

Add Test Case for Issue #460
parents 835eac62 cef52c73
......@@ -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