From 403ee414ab6ddf5aa7b729b1b9cc9e579df44648 Mon Sep 17 00:00:00 2001 From: Lucas Mirelmann Date: Sat, 10 Feb 2024 01:36:41 +0100 Subject: [PATCH] Fix comment in allow-nlt-before-with.js (#4001) The proposed syntax allows a line terminator before the `WithClause`. --- .../module-code/import-attributes/allow-nlt-before-with.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/language/module-code/import-attributes/allow-nlt-before-with.js b/test/language/module-code/import-attributes/allow-nlt-before-with.js index ed6c329c92..73131843af 100644 --- a/test/language/module-code/import-attributes/allow-nlt-before-with.js +++ b/test/language/module-code/import-attributes/allow-nlt-before-with.js @@ -7,7 +7,7 @@ description: > esid: sec-modules info: | ImportDeclaration: - import ModuleSpecifier[no LineTerminator here] WithClause; + import ModuleSpecifier WithClause; WithClause: AttributesKeyword {}