Skip to content

Commit

Permalink
Update test refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Nov 29, 2022
1 parent 46536f9 commit 6cef739
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
Expand Up @@ -2,5 +2,6 @@
x Expression expected
,-[$DIR/tests/test262-parser/fail/363ecb9e2e556694.js:1:1]
1 | new f(... ... g);
: ^^^
: ^|^ ^^^
: `-- An expression should follow '...'
`----
Expand Up @@ -2,5 +2,6 @@
x Expression expected
,-[$DIR/tests/test262-parser/fail/8262e85f06cb459c.js:1:1]
1 | new f(....g);
: ^
: ^|^^
: `-- An expression should follow '...'
`----
Expand Up @@ -2,5 +2,6 @@
x Expression expected
,-[$DIR/tests/test262-parser/fail/9fc6ddfbb0f1cbe3.js:1:1]
1 | f(....a)
: ^
: ^|^^
: `-- An expression should follow '...'
`----
Expand Up @@ -2,5 +2,6 @@
x Expression expected
,-[$DIR/tests/test262-parser/fail/a3710b36f9b97324.js:1:1]
1 | f(....g);
: ^
: ^|^^
: `-- An expression should follow '...'
`----
Expand Up @@ -2,5 +2,6 @@
x Expression expected
,-[$DIR/tests/test262-parser/fail/c0e9a7c671122ea5.js:1:1]
1 | f(... ... g);
: ^^^
: ^|^ ^^^
: `-- An expression should follow '...'
`----
Expand Up @@ -2,5 +2,6 @@
x Expression expected
,-[$DIR/tests/test262-parser/fail/deb0fe0c1e3822f2.js:1:1]
1 | f(... ... a)
: ^^^
: ^|^ ^^^
: `-- An expression should follow '...'
`----

0 comments on commit 6cef739

Please sign in to comment.