Bug 1892041 - Part 2: Update test262. r=spidermonkey-reviewers,dminor
[gecko.git] / js / src / tests / test262 / language / module-code / parse-err-syntax-2.js
blobae5f15effa1c7884134b10f48df8cbb8055cb4f6
1 // |reftest| error:SyntaxError module
2 // Copyright (C) 2016 the V8 project authors. All rights reserved.
3 // This code is governed by the BSD license found in the LICENSE file.
4 /*---
5 description: Early SyntaxError resulting from module parsing
6 esid: sec-parsemodule
7 negative:
8   phase: parse
9   type: SyntaxError
10 info: |
11     [...]
12     2. Parse sourceText using Module as the goal symbol and analyze the parse
13        result for any Early Error conditions. If the parse was successful and
14        no early errors were found, let body be the resulting parse tree.
15        Otherwise, let body be a List of one or more SyntaxError objects
16        representing the parsing errors and/or early errors.
17 flags: [module]
18 ---*/
20 $DONOTEVALUATE();
22 1++;