mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
Fix comment in allow-nlt-before-with.js (#4001)
The proposed syntax allows a line terminator before the `WithClause`.
This commit is contained in:
parent
866d24deb2
commit
403ee414ab
@ -7,7 +7,7 @@ description: >
|
||||
esid: sec-modules
|
||||
info: |
|
||||
ImportDeclaration:
|
||||
import ModuleSpecifier[no LineTerminator here] WithClause;
|
||||
import ModuleSpecifier WithClause;
|
||||
|
||||
WithClause:
|
||||
AttributesKeyword {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user