mirror of https://github.com/tc39/test262.git
Generate tests
This commit is contained in:
parent
b9bc25096b
commit
3addcc4b04
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
description: Computed property name from assignment expression coalesce (ComputedPropertyName in ClassExpression)
|
||||
esid: prod-ComputedPropertyName
|
||||
features: [computed-property-names]
|
||||
features: [computed-property-names, logical-assignment-operators]
|
||||
flags: [generated]
|
||||
info: |
|
||||
ClassExpression:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
description: Computed property name from assignment expression logical and (ComputedPropertyName in ClassExpression)
|
||||
esid: prod-ComputedPropertyName
|
||||
features: [computed-property-names]
|
||||
features: [computed-property-names, logical-assignment-operators]
|
||||
flags: [generated]
|
||||
info: |
|
||||
ClassExpression:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
description: Computed property name from assignment expression logical or (ComputedPropertyName in ClassExpression)
|
||||
esid: prod-ComputedPropertyName
|
||||
features: [computed-property-names]
|
||||
features: [computed-property-names, logical-assignment-operators]
|
||||
flags: [generated]
|
||||
info: |
|
||||
ClassExpression:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
description: Computed property name from assignment expression coalesce (ComputedPropertyName in ClassExpression)
|
||||
esid: prod-ComputedPropertyName
|
||||
features: [computed-property-names]
|
||||
features: [computed-property-names, logical-assignment-operators]
|
||||
flags: [generated]
|
||||
info: |
|
||||
ClassExpression:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
description: Computed property name from assignment expression logical and (ComputedPropertyName in ClassExpression)
|
||||
esid: prod-ComputedPropertyName
|
||||
features: [computed-property-names]
|
||||
features: [computed-property-names, logical-assignment-operators]
|
||||
flags: [generated]
|
||||
info: |
|
||||
ClassExpression:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
description: Computed property name from assignment expression logical or (ComputedPropertyName in ClassExpression)
|
||||
esid: prod-ComputedPropertyName
|
||||
features: [computed-property-names]
|
||||
features: [computed-property-names, logical-assignment-operators]
|
||||
flags: [generated]
|
||||
info: |
|
||||
ClassExpression:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
description: Computed property name from assignment expression coalesce (ComputedPropertyName in ClassExpression)
|
||||
esid: prod-ComputedPropertyName
|
||||
features: [computed-property-names, class-fields-public, class-static-fields-public]
|
||||
features: [computed-property-names, logical-assignment-operators, class-fields-public, class-static-fields-public]
|
||||
flags: [generated]
|
||||
info: |
|
||||
ClassExpression:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
description: Computed property name from assignment expression logical and (ComputedPropertyName in ClassExpression)
|
||||
esid: prod-ComputedPropertyName
|
||||
features: [computed-property-names, class-fields-public, class-static-fields-public]
|
||||
features: [computed-property-names, logical-assignment-operators, class-fields-public, class-static-fields-public]
|
||||
flags: [generated]
|
||||
info: |
|
||||
ClassExpression:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
description: Computed property name from assignment expression logical or (ComputedPropertyName in ClassExpression)
|
||||
esid: prod-ComputedPropertyName
|
||||
features: [computed-property-names, class-fields-public, class-static-fields-public]
|
||||
features: [computed-property-names, logical-assignment-operators, class-fields-public, class-static-fields-public]
|
||||
flags: [generated]
|
||||
info: |
|
||||
ClassExpression:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
description: Computed property name from assignment expression coalesce (ComputedPropertyName in ClassExpression)
|
||||
esid: prod-ComputedPropertyName
|
||||
features: [computed-property-names, class-fields-public, class-static-fields-public]
|
||||
features: [computed-property-names, logical-assignment-operators, class-fields-public, class-static-fields-public]
|
||||
flags: [generated]
|
||||
info: |
|
||||
ClassExpression:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
description: Computed property name from assignment expression logical and (ComputedPropertyName in ClassExpression)
|
||||
esid: prod-ComputedPropertyName
|
||||
features: [computed-property-names, class-fields-public, class-static-fields-public]
|
||||
features: [computed-property-names, logical-assignment-operators, class-fields-public, class-static-fields-public]
|
||||
flags: [generated]
|
||||
info: |
|
||||
ClassExpression:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
description: Computed property name from assignment expression logical or (ComputedPropertyName in ClassExpression)
|
||||
esid: prod-ComputedPropertyName
|
||||
features: [computed-property-names, class-fields-public, class-static-fields-public]
|
||||
features: [computed-property-names, logical-assignment-operators, class-fields-public, class-static-fields-public]
|
||||
flags: [generated]
|
||||
info: |
|
||||
ClassExpression:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
description: Computed property name from assignment expression coalesce (ComputedPropertyName in ObjectLiteral)
|
||||
esid: prod-ComputedPropertyName
|
||||
features: [computed-property-names]
|
||||
features: [computed-property-names, logical-assignment-operators]
|
||||
flags: [generated]
|
||||
info: |
|
||||
ObjectLiteral:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
description: Computed property name from assignment expression logical and (ComputedPropertyName in ObjectLiteral)
|
||||
esid: prod-ComputedPropertyName
|
||||
features: [computed-property-names]
|
||||
features: [computed-property-names, logical-assignment-operators]
|
||||
flags: [generated]
|
||||
info: |
|
||||
ObjectLiteral:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
description: Computed property name from assignment expression logical or (ComputedPropertyName in ObjectLiteral)
|
||||
esid: prod-ComputedPropertyName
|
||||
features: [computed-property-names]
|
||||
features: [computed-property-names, logical-assignment-operators]
|
||||
flags: [generated]
|
||||
info: |
|
||||
ObjectLiteral:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
description: Computed property name from assignment expression coalesce (ComputedPropertyName in ClassDeclaration)
|
||||
esid: prod-ComputedPropertyName
|
||||
features: [computed-property-names]
|
||||
features: [computed-property-names, logical-assignment-operators]
|
||||
flags: [generated]
|
||||
info: |
|
||||
ClassExpression:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
description: Computed property name from assignment expression logical and (ComputedPropertyName in ClassDeclaration)
|
||||
esid: prod-ComputedPropertyName
|
||||
features: [computed-property-names]
|
||||
features: [computed-property-names, logical-assignment-operators]
|
||||
flags: [generated]
|
||||
info: |
|
||||
ClassExpression:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
description: Computed property name from assignment expression logical or (ComputedPropertyName in ClassDeclaration)
|
||||
esid: prod-ComputedPropertyName
|
||||
features: [computed-property-names]
|
||||
features: [computed-property-names, logical-assignment-operators]
|
||||
flags: [generated]
|
||||
info: |
|
||||
ClassExpression:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
description: Computed property name from assignment expression coalesce (ComputedPropertyName in ClassDeclaration)
|
||||
esid: prod-ComputedPropertyName
|
||||
features: [computed-property-names]
|
||||
features: [computed-property-names, logical-assignment-operators]
|
||||
flags: [generated]
|
||||
info: |
|
||||
ClassExpression:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
description: Computed property name from assignment expression logical and (ComputedPropertyName in ClassDeclaration)
|
||||
esid: prod-ComputedPropertyName
|
||||
features: [computed-property-names]
|
||||
features: [computed-property-names, logical-assignment-operators]
|
||||
flags: [generated]
|
||||
info: |
|
||||
ClassExpression:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
description: Computed property name from assignment expression logical or (ComputedPropertyName in ClassDeclaration)
|
||||
esid: prod-ComputedPropertyName
|
||||
features: [computed-property-names]
|
||||
features: [computed-property-names, logical-assignment-operators]
|
||||
flags: [generated]
|
||||
info: |
|
||||
ClassExpression:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
description: Computed property name from assignment expression coalesce (ComputedPropertyName in ClassExpression)
|
||||
esid: prod-ComputedPropertyName
|
||||
features: [computed-property-names, class-fields-public, class-static-fields-public]
|
||||
features: [computed-property-names, logical-assignment-operators, class-fields-public, class-static-fields-public]
|
||||
flags: [generated]
|
||||
info: |
|
||||
ClassExpression:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
description: Computed property name from assignment expression logical and (ComputedPropertyName in ClassExpression)
|
||||
esid: prod-ComputedPropertyName
|
||||
features: [computed-property-names, class-fields-public, class-static-fields-public]
|
||||
features: [computed-property-names, logical-assignment-operators, class-fields-public, class-static-fields-public]
|
||||
flags: [generated]
|
||||
info: |
|
||||
ClassExpression:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
description: Computed property name from assignment expression logical or (ComputedPropertyName in ClassExpression)
|
||||
esid: prod-ComputedPropertyName
|
||||
features: [computed-property-names, class-fields-public, class-static-fields-public]
|
||||
features: [computed-property-names, logical-assignment-operators, class-fields-public, class-static-fields-public]
|
||||
flags: [generated]
|
||||
info: |
|
||||
ClassExpression:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
description: Computed property name from assignment expression coalesce (ComputedPropertyName in ClassExpression)
|
||||
esid: prod-ComputedPropertyName
|
||||
features: [computed-property-names, class-fields-public, class-static-fields-public]
|
||||
features: [computed-property-names, logical-assignment-operators, class-fields-public, class-static-fields-public]
|
||||
flags: [generated]
|
||||
info: |
|
||||
ClassExpression:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
description: Computed property name from assignment expression logical and (ComputedPropertyName in ClassExpression)
|
||||
esid: prod-ComputedPropertyName
|
||||
features: [computed-property-names, class-fields-public, class-static-fields-public]
|
||||
features: [computed-property-names, logical-assignment-operators, class-fields-public, class-static-fields-public]
|
||||
flags: [generated]
|
||||
info: |
|
||||
ClassExpression:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
description: Computed property name from assignment expression logical or (ComputedPropertyName in ClassExpression)
|
||||
esid: prod-ComputedPropertyName
|
||||
features: [computed-property-names, class-fields-public, class-static-fields-public]
|
||||
features: [computed-property-names, logical-assignment-operators, class-fields-public, class-static-fields-public]
|
||||
flags: [generated]
|
||||
info: |
|
||||
ClassExpression:
|
||||
|
|
Loading…
Reference in New Issue