blob: 298a7dcc2be440a9a59ff37f9384602324e42206 [file] [log] [blame]
Test to make sure we don't automatically insert semicolons at the end of a script.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS if (0) threw exception SyntaxError: Unexpected EOF.
PASS eval('if (0)') threw exception SyntaxError: Unexpected EOF.
PASS successfullyParsed is true
TEST COMPLETE