Sign in
webkit
/
WebKit
/
dd9931074fb7e5ae3be0279ead0eeaae76d5ad40
/
.
/
LayoutTests
/
fast
/
js
/
script-tests
/
no-semi-insertion-at-end-of-script.js
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
;