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

Add Test Case for Issue #460
This commit is contained in:
Yukihiro "Matz" Matsumoto
2012-09-10 17:04:53 -07:00
+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