Skip to content

Commit

Permalink
remove invalid element decorator yield reference tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung authored and ptomato committed Jan 3, 2023
1 parent f00d411 commit 58b3321
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 161 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ info: |
[~Yield] yield
...

template: syntax/valid
templates:
- syntax/valid/cls-decl-decorators-valid-syntax.template
- syntax/valid/cls-expr-decorators-valid-syntax.template

flags: [noStrict]
---*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ info: |
IdentifierReference[Yield, Await] :
[~Yield] yield
...
template: syntax/valid
templates:
- syntax/valid/cls-decl-decorators-valid-syntax.template
- syntax/valid/cls-expr-decorators-valid-syntax.template

flags: [noStrict]
---*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ info: |
IdentifierReference[Yield, Await] :
[~Yield] yield
...
template: syntax/valid
templates:
- syntax/valid/cls-decl-decorators-valid-syntax.template
- syntax/valid/cls-expr-decorators-valid-syntax.template

flags: [noStrict]
---*/

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 58b3321

Please sign in to comment.