mirror of https://github.com/tc39/test262.git
Fix YAML indentation
This commit is contained in:
parent
bf337727a0
commit
732cfff666
|
@ -4,22 +4,22 @@
|
|||
/*---
|
||||
esid: sec-update-expressions-static-semantics-early-errors
|
||||
description: >
|
||||
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is not simple. (this)
|
||||
info: |
|
||||
sec-static-semantics-assignmenttargettype
|
||||
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is not simple. (this)
|
||||
info: |
|
||||
sec-static-semantics-assignmenttargettype
|
||||
|
||||
PrimaryExpression: this
|
||||
PrimaryExpression: this
|
||||
|
||||
Return invalid.
|
||||
Return invalid.
|
||||
|
||||
sec-update-expressions-static-semantics-early-errors
|
||||
sec-update-expressions-static-semantics-early-errors
|
||||
|
||||
UpdateExpression: -- UnaryExpression
|
||||
UpdateExpression: -- UnaryExpression
|
||||
|
||||
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is not simple.
|
||||
negative:
|
||||
phase: parse
|
||||
type: SyntaxError
|
||||
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is not simple.
|
||||
negative:
|
||||
phase: parse
|
||||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
$DONOTEVALUATE();
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-update-expressions-static-semantics-early-errors
|
||||
esid: sec-update-expressions-static-semantics-early-errors
|
||||
description: >
|
||||
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is not simple. (this)
|
||||
info: |
|
||||
|
|
Loading…
Reference in New Issue