1 This test checks that null characters are allowed in JavaScript strings, rather than causing a parse error.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS String("\0").length is 1
7 PASS successfullyParsed is true