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