blob: b807f044e62a25d0abb64abd002e7d26c4a53fae [file] [log] [blame]
This test checks that null characters are allowed in JavaScript strings, rather than causing a parse error.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS String("\0").length is 1
PASS successfullyParsed is true
TEST COMPLETE