syntax-parse-error.js (92B)
1 load(libdir + "asserts.js"); 2 3 assertThrowsInstanceOf(() => syntaxParse(">"), SyntaxError);