blob: 51fb78a0bca65d6b27289d4dcc7a1098091231b7 [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