mirror of https://github.com/tc39/test262.git
Fix: some templates in Computed Property Names needed explicit paths.
This commit is contained in:
parent
5090f7adfe
commit
3213e789f4
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
path: language/statements/class/cpn-accessors-
|
||||
path: language/statements/class/cpn-class-decl-accessors-
|
||||
name: ComputedPropertyName in ClassDeclaration
|
||||
esid: prod-ComputedPropertyName
|
||||
info: |
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
path: language/statements/class/cpn-fields-methods-
|
||||
path: language/statements/class/cpn-class-decl-fields-methods-
|
||||
name: ComputedPropertyName in ClassExpression
|
||||
esid: prod-ComputedPropertyName
|
||||
info: |
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
path: language/statements/class/cpn-fields-
|
||||
path: language/statements/class/cpn-class-decl-fields-
|
||||
name: ComputedPropertyName in ClassExpression
|
||||
esid: prod-ComputedPropertyName
|
||||
info: |
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
path: language/statements/class/cpn-
|
||||
path: language/statements/class/cpn-class-decl-
|
||||
name: ComputedPropertyName in ClassDeclaration
|
||||
esid: prod-ComputedPropertyName
|
||||
info: |
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
path: language/expressions/class/cpn-accessors-
|
||||
path: language/expressions/class/cpn-class-expr-accessors-
|
||||
name: ComputedPropertyName in ClassExpression
|
||||
esid: prod-ComputedPropertyName
|
||||
info: |
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
path: language/expressions/class/cpn-fields-methods-
|
||||
path: language/expressions/class/cpn-class-expr-fields-methods-
|
||||
name: ComputedPropertyName in ClassExpression
|
||||
esid: prod-ComputedPropertyName
|
||||
info: |
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
path: language/expressions/class/cpn-fields-
|
||||
path: language/expressions/class/cpn-class-expr-fields-
|
||||
name: ComputedPropertyName in ClassExpression
|
||||
esid: prod-ComputedPropertyName
|
||||
info: |
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
path: language/expressions/class/cpn-
|
||||
path: language/expressions/class/cpn-class-expr-
|
||||
name: ComputedPropertyName in ClassExpression
|
||||
esid: prod-ComputedPropertyName
|
||||
info: |
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
path: language/expressions/object/cpn-
|
||||
path: language/expressions/object/cpn-obj-lit-
|
||||
name: ComputedPropertyName in ObjectLiteral
|
||||
esid: prod-ComputedPropertyName
|
||||
info: |
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
path: language/expressions/object/cpn-
|
||||
path: language/expressions/object/cpn-yield-expr-
|
||||
name: ComputedPropertyName in ObjectLiteral
|
||||
esid: prod-ComputedPropertyName
|
||||
info: |
|
||||
|
|
Loading…
Reference in New Issue