Sign in
webkit
/
WebKit
/
7d8c1d87b684a5e193239744687c2c463e971f16
/
.
/
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)')"
);