mirror of https://github.com/tc39/test262.git
remove leading empty line from test cases
This commit is contained in:
parent
42a8594e56
commit
aa03128e41
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: FieldDefinition, ClassElementName, PropertyName = Initializer Syntax
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
...
|
||||
FieldDefinition ;
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: FieldDefinition, ClassElementName, PropertyName = Initializer Syntax
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
...
|
||||
FieldDefinition ;
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid FieldDefinition, ClassElementName, PropertyName Syntax
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Invalid FieldDefinition, ClassElementName, PropertyName Syntax
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Invalid FieldDefinition, ClassElementName, PropertyName Syntax
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Invalid FieldDefinition, ClassElementName, PropertyName Syntax
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid FieldDefinition, ClassElementName, PropertyName Syntax
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid multi-line, multi-field
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: SyntaxError
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid PrivateName = Initializer Syntax
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid PrivateName = Initializer Syntax
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: No space allowed between sigial and IdentifierName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid PrivateName Syntax
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid PrivateName Syntax
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid PrivateName Syntax
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
desc: PrivateName Static Semantics, StringValue
|
||||
esid: sec-private-names-static-semantics-stringvalue
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid PrivateName Syntax
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: SyntaxError
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: SyntaxError
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: SyntaxError
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Private methods are added before any field initializer is run, even if they appear textually later
|
||||
info: |
|
||||
|
||||
InitializeInstanceElements ( O, constructor )
|
||||
...
|
||||
4. For each item element in order from elements,
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid FieldDefinition
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
...
|
||||
FieldDefinition ;
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid FieldDefinition
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
...
|
||||
FieldDefinition ;
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid PrivateName as private getter
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
...
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid PrivateName as private getter
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
...
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid PrivateName as private method
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
...
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid PrivateName as private method
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
...
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid PrivateName as private setter
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
...
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid PrivateName as private setter
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
...
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid PrivateName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid PrivateName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid PrivateName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid PrivateName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid Static AsyncGeneratorMethod PrivateName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid Static AsyncGeneratorMethod PrivateName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid Static AsyncMethod PrivateName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid Static AsyncMethod PrivateName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid Static GeneratorMethod PrivateName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid Static GeneratorMethod PrivateName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid Static Method PrivateName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid Static Method PrivateName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid Static PrivateName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid Static PrivateName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid Static PrivateName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid Static PrivateName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid Static PrivateName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid Static PrivateName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
/*---
|
||||
desc: Valid Static PrivateName
|
||||
info: |
|
||||
|
||||
ClassElement :
|
||||
MethodDefinition
|
||||
static MethodDefinition
|
||||
|
|
Loading…
Reference in New Issue