"flags" is a top-level key, not a key within "negative"

This commit is contained in:
Michael Dyck 2021-06-06 22:25:29 -04:00 committed by jugglinmike
parent 675cad4aa3
commit 52e7bfc4b6
1 changed files with 1 additions and 1 deletions

View File

@ -8,8 +8,8 @@ info: |
ModuleExportName : StringLiteral
It is a Syntax Error if IsStringWellFormedUnicode of the StringValue of StringLiteral is *false*.
flags: [module]
negative:
flags: module
phase: parse
type: SyntaxError
features: [arbitrary-module-namespace-names]