mirror of
https://github.com/tc39/test262.git
synced 2025-07-27 07:54:41 +02:00
Reformat negative tests metadata (#785)
This commit is contained in:
parent
d1d91af256
commit
8982c3c3ab
@ -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: |
|
|||||||
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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user