Skip to content
Snippets Groups Projects
Commit 8982c3c3 authored by dop251's avatar dop251 Committed by Tom Care
Browse files

Reformat negative tests metadata (#785)

parent d1d91af2
Branches
No related tags found
No related merge requests found
...@@ -10,7 +10,9 @@ info: | ...@@ -10,7 +10,9 @@ info: |
Syntax Syntax
yield [no LineTerminator here] AssignmentExpression[?In, +Yield] yield [no LineTerminator here] AssignmentExpression[?In, +Yield]
negative: SyntaxError negative:
phase: early
type: SyntaxError
---*/ ---*/
function* g() { function* g() {
......
...@@ -10,7 +10,9 @@ info: | ...@@ -10,7 +10,9 @@ info: |
Syntax Syntax
yield [no LineTerminator here] * AssignmentExpression[?In, +Yield] yield [no LineTerminator here] * AssignmentExpression[?In, +Yield]
negative: SyntaxError negative:
phase: early
type: SyntaxError
---*/ ---*/
function* g() { function* g() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment