Source code

Revision control

Copy as Markdown

Other Tools

load(libdir + "syntax.js");
var postfixes = [
"/bar/g; @",
"\n/bar/g; @",
];
function check_syntax_error(e, code) {
assertEq(e instanceof SyntaxError, true);
}
test_syntax(postfixes, check_syntax_error, true);