mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
Remove irrelevant info from src/class-fields/propname-error-static/cls-decl-static-* frontmatter
This commit is contained in:
parent
fad683d14b
commit
e9a187100a
@ -6,7 +6,7 @@ path: language/statements/class/fields-initializer-
|
||||
name: early error -- static ClassElementName Initializer
|
||||
negative:
|
||||
type: SyntaxError
|
||||
phase: early
|
||||
phase: parse
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
@ -8,10 +8,6 @@ name: early error -- PropName of IdentifierName is forbidden value
|
||||
negative:
|
||||
type: SyntaxError
|
||||
phase: parse
|
||||
info: |
|
||||
Static Semantics: PropName
|
||||
LiteralPropertyName : IdentifierName
|
||||
Return StringValue of IdentifierName.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
@ -6,7 +6,7 @@ path: language/expressions/class/fields-initializer-
|
||||
name: early error -- static ClassElementName Initializer
|
||||
negative:
|
||||
type: SyntaxError
|
||||
phase: early
|
||||
phase: parse
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
@ -8,10 +8,6 @@ name: early error -- PropName of IdentifierName is forbidden
|
||||
negative:
|
||||
type: SyntaxError
|
||||
phase: parse
|
||||
info: |
|
||||
Static Semantics: PropName
|
||||
LiteralPropertyName : IdentifierName
|
||||
Return StringValue of IdentifierName.
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
Loading…
x
Reference in New Issue
Block a user