Fix name conflict in path of decorators test template

This test template shared the same "path" as its sibling,
cls-decl-decorators-valid-syntax.template. That meant that these two
templates would race to generate the same test files with different
contents.

This prefixes the generated tests for class element decorators (as opposed
to class decorators) with "class-element-".
This commit is contained in:
Philip Chimento 2022-11-30 10:52:47 -08:00 committed by Philip Chimento
parent cc559ac106
commit db39fee915
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
/*---
esid: prod-ClassDeclaration
name: Valid syntax for decorator on class.
path: language/statements/class/decorator/syntax/valid/
path: language/statements/class/decorator/syntax/valid/class-element-
info: |
ClassElement[Yield, Await] :
DecoratorList[?Yield, ?Await]opt MethodDefinition[?Yield, ?Await]