mirror of https://github.com/tc39/test262.git
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…
Reference in New Issue