blob: 3ff9fe39df6b15caf026e82a95d91fcdcbdc37b9 [file] [log] [blame]
description("Test to make sure we don't automatically insert semicolons at the end of a script.");
shouldThrow("if (0)");
shouldThrow("eval('if (0)')");
var successfullyParsed = true;