Sign in
webkit
/
WebKit
/
36b74c3900290f2598b1d40cf6065a7028fc4a34
/
.
/
LayoutTests
/
js
/
script-tests
/
no-semi-insertion-at-end-of-script.js
blob: f5e419fae98940cda9f3247aebd8f24ca0b5f0b3 [
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)')"
);