mirror of https://github.com/tc39/test262.git
fix files frontmatter after linting
This commit is contained in:
parent
e7092eacc4
commit
42a8594e56
|
@ -6,7 +6,6 @@ esid: sec-update-expressions-static-semantics-early-errors
|
|||
description: >
|
||||
In non-strict code, "arguments--" does not produce an early error.
|
||||
info: |
|
||||
|
||||
sec-identifiers-static-semantics-assignmenttargettype
|
||||
|
||||
1. If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict.
|
||||
|
@ -18,7 +17,6 @@ info: |
|
|||
|
||||
It is an early Reference Error if AssignmentTargetType of LeftHandSideExpression is invalid.
|
||||
It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is strict.
|
||||
|
||||
flags: [noStrict]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@ esid: sec-update-expressions
|
|||
description: >
|
||||
It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is strict. (arguments)
|
||||
info: |
|
||||
|
||||
sec-identifiers-static-semantics-assignmenttargettype
|
||||
|
||||
If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict.
|
||||
|
@ -16,7 +15,6 @@ info: |
|
|||
UpdateExpression: LeftHandSideExpression --
|
||||
|
||||
It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is strict.
|
||||
|
||||
flags: [onlyStrict]
|
||||
negative:
|
||||
phase: parse
|
||||
|
|
|
@ -9,8 +9,7 @@ info: |
|
|||
2. Let oldValue be ? ToNumeric(? GetValue(expr)).
|
||||
3. Let newValue be ? Type(oldvalue)::subtract(oldValue, Type(oldValue)::unit).
|
||||
4. Perform ? PutValue(expr, newValue).
|
||||
5. Return oldValue.
|
||||
|
||||
5. Return oldValue.
|
||||
features: [BigInt]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@ esid: sec-update-expressions
|
|||
description: >
|
||||
In non-strict code, "eval--" does not produce an early error.
|
||||
info: |
|
||||
|
||||
sec-identifiers-static-semantics-assignmenttargettype
|
||||
|
||||
If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict.
|
||||
|
@ -18,7 +17,6 @@ info: |
|
|||
|
||||
It is an early Reference Error if AssignmentTargetType of LeftHandSideExpression is invalid.
|
||||
It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is strict.
|
||||
|
||||
flags: [noStrict]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@ esid: sec-update-expressions
|
|||
description: >
|
||||
It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is strict. (eval)
|
||||
info: |
|
||||
|
||||
sec-identifiers-static-semantics-assignmenttargettype
|
||||
|
||||
If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict.
|
||||
|
@ -16,7 +15,6 @@ info: |
|
|||
UpdateExpression: LeftHandSideExpression --
|
||||
|
||||
It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is strict.
|
||||
|
||||
flags: [onlyStrict]
|
||||
negative:
|
||||
phase: parse
|
||||
|
|
|
@ -6,7 +6,6 @@ esid: sec-update-expressions-static-semantics-early-errors
|
|||
description: >
|
||||
In non-strict code, "arguments++" does not produce an early error.
|
||||
info: |
|
||||
|
||||
sec-identifiers-static-semantics-assignmenttargettype
|
||||
|
||||
1. If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict.
|
||||
|
@ -18,7 +17,6 @@ info: |
|
|||
|
||||
It is an early Reference Error if AssignmentTargetType of LeftHandSideExpression is invalid.
|
||||
It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is strict.
|
||||
|
||||
flags: [noStrict]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -6,13 +6,11 @@ esid: sec-identifiers-static-semantics-assignmenttargettype
|
|||
description: >
|
||||
If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict.
|
||||
info: |
|
||||
|
||||
sec-update-expressions-static-semantics-early-errors
|
||||
|
||||
UpdateExpression: LeftHandSideExpression ++
|
||||
|
||||
It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is strict.
|
||||
|
||||
flags: [onlyStrict]
|
||||
negative:
|
||||
phase: parse
|
||||
|
|
|
@ -9,8 +9,7 @@ info: |
|
|||
2. Let oldValue be ? ToNumeric(? GetValue(expr)).
|
||||
3. Let newValue be ? Type(oldvalue)::add(oldValue, Type(oldValue)::unit).
|
||||
4. Perform ? PutValue(expr, newValue).
|
||||
5. Return oldValue.
|
||||
|
||||
5. Return oldValue.
|
||||
features: [BigInt]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@ esid: sec-update-expressions
|
|||
description: >
|
||||
In non-strict code, "eval++" does not produce an early error.
|
||||
info: |
|
||||
|
||||
sec-identifiers-static-semantics-assignmenttargettype
|
||||
|
||||
1. If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict.
|
||||
|
@ -18,7 +17,6 @@ info: |
|
|||
|
||||
It is an early Reference Error if AssignmentTargetType of LeftHandSideExpression is invalid.
|
||||
It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is strict.
|
||||
|
||||
flags: [noStrict]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -6,13 +6,11 @@ esid: sec-identifiers-static-semantics-assignmenttargettype
|
|||
description: >
|
||||
If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict.
|
||||
info: |
|
||||
|
||||
sec-update-expressions-static-semantics-early-errors
|
||||
|
||||
UpdateExpression: LeftHandSideExpression ++
|
||||
|
||||
It is an early Syntax Error if AssignmentTargetType of LeftHandSideExpression is strict.
|
||||
|
||||
flags: [onlyStrict]
|
||||
negative:
|
||||
phase: parse
|
||||
|
|
|
@ -6,7 +6,6 @@ esid: sec-update-expressions
|
|||
description: >
|
||||
In non-strict code, "--arguments" does not produce an early error.
|
||||
info: |
|
||||
|
||||
sec-identifiers-static-semantics-assignmenttargettype
|
||||
|
||||
1. If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict.
|
||||
|
@ -18,7 +17,6 @@ info: |
|
|||
|
||||
It is an early Reference Error if AssignmentTargetType of UnaryExpression is invalid.
|
||||
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict.
|
||||
|
||||
flags: [noStrict]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@ esid: sec-update-expressions
|
|||
description: >
|
||||
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict. (arguments)
|
||||
info: |
|
||||
|
||||
sec-identifiers-static-semantics-assignmenttargettype
|
||||
|
||||
If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict.
|
||||
|
@ -16,7 +15,6 @@ info: |
|
|||
UpdateExpression: -- UnaryExpression
|
||||
|
||||
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict.
|
||||
|
||||
flags: [onlyStrict]
|
||||
negative:
|
||||
phase: parse
|
||||
|
|
|
@ -9,8 +9,7 @@ info: |
|
|||
2. Let oldValue be ? ToNumeric(? GetValue(expr)).
|
||||
3. Let newValue be ? Type(oldvalue)::subtract(oldValue, Type(oldValue)::unit).
|
||||
4. Perform ? PutValue(expr, newValue).
|
||||
5. Return newValue.
|
||||
|
||||
5. Return newValue.
|
||||
features: [BigInt]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@ esid: sec-update-expressions
|
|||
description: >
|
||||
In non-strict code, "--eval" does not produce an early error.
|
||||
info: |
|
||||
|
||||
sec-identifiers-static-semantics-assignmenttargettype
|
||||
|
||||
1. If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict.
|
||||
|
@ -18,7 +17,6 @@ info: |
|
|||
|
||||
It is an early Reference Error if AssignmentTargetType of UnaryExpression is invalid.
|
||||
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict.
|
||||
|
||||
flags: [noStrict]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@ esid: sec-update-expressions
|
|||
description: >
|
||||
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict. (eval)
|
||||
info: |
|
||||
|
||||
sec-identifiers-static-semantics-assignmenttargettype
|
||||
|
||||
If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict.
|
||||
|
@ -16,7 +15,6 @@ info: |
|
|||
UpdateExpression: -- UnaryExpression
|
||||
|
||||
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict.
|
||||
|
||||
flags: [onlyStrict]
|
||||
negative:
|
||||
phase: parse
|
||||
|
|
|
@ -6,7 +6,6 @@ esid: sec-update-expressions
|
|||
description: >
|
||||
In non-strict code, "++arguments" does not produce an early error.
|
||||
info: |
|
||||
|
||||
sec-identifiers-static-semantics-assignmenttargettype
|
||||
|
||||
1. If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict.
|
||||
|
@ -18,7 +17,6 @@ info: |
|
|||
|
||||
It is an early Reference Error if AssignmentTargetType of UnaryExpression is invalid.
|
||||
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict.
|
||||
|
||||
flags: [noStrict]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@ esid: sec-update-expressions
|
|||
description: >
|
||||
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict. (arguments)
|
||||
info: |
|
||||
|
||||
sec-identifiers-static-semantics-assignmenttargettype
|
||||
|
||||
If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict.
|
||||
|
@ -16,7 +15,6 @@ info: |
|
|||
UpdateExpression: ++ UnaryExpression
|
||||
|
||||
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict.
|
||||
|
||||
flags: [onlyStrict]
|
||||
negative:
|
||||
phase: parse
|
||||
|
|
|
@ -9,8 +9,7 @@ info: |
|
|||
2. Let oldValue be ? ToNumeric(? GetValue(expr)).
|
||||
3. Let newValue be ? Type(oldvalue)::add(oldValue, Type(oldValue)::unit).
|
||||
4. Perform ? PutValue(expr, newValue).
|
||||
5. Return newValue.
|
||||
|
||||
5. Return newValue.
|
||||
features: [BigInt]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@ esid: sec-update-expressions
|
|||
description: >
|
||||
In non-strict code, "++eval" does not produce an early error.
|
||||
info: |
|
||||
|
||||
sec-identifiers-static-semantics-assignmenttargettype
|
||||
|
||||
1. If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict.
|
||||
|
@ -18,7 +17,6 @@ info: |
|
|||
|
||||
It is an early Reference Error if AssignmentTargetType of UnaryExpression is invalid.
|
||||
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict.
|
||||
|
||||
flags: [noStrict]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@ esid: sec-update-expressions
|
|||
description: >
|
||||
It is an early Syntax Error if AssignmentTargetType of UnaryExpression is strict. (eval)
|
||||
info: |
|
||||
|
||||
sec-identifiers-static-semantics-assignmenttargettype
|
||||
|
||||
If this IdentifierReference is contained in strict mode code and StringValue of Identifier is "eval" or "arguments", return strict.
|
||||
|
|
Loading…
Reference in New Issue