summaryrefslogtreecommitdiffstats
path: root/js/src/tests/test/expected/export/multi-header.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/tests/test/expected/export/multi-header.js')
-rw-r--r--js/src/tests/test/expected/export/multi-header.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/js/src/tests/test/expected/export/multi-header.js b/js/src/tests/test/expected/export/multi-header.js
index 477395713d..ea6c25ca88 100644
--- a/js/src/tests/test/expected/export/multi-header.js
+++ b/js/src/tests/test/expected/export/multi-header.js
@@ -2,21 +2,21 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
-info: |
- foo bar baz
+author: Jeff Walden <jwalden+code@mit.edu>
+esid: sec-let-and-const-declarations
description: |
Outside AsyncFunction, |await| is a perfectly cromulent LexicalDeclaration variable
name. Therefore ASI doesn't apply, and so the |0| where a |=| was expected is a
syntax error.
-author: Jeff Walden <jwalden+code@mit.edu>
negative:
phase: early
type: SyntaxError
-flags:
-- module
-esid: sec-let-and-const-declarations
features:
- foobar
+flags:
+- module
+info: |
+ foo bar baz
---*/
function f() {