mirror of https://github.com/tc39/test262.git
fix features tag (#1647)
This commit is contained in:
parent
8ec747f743
commit
d1ad8e8fbc
|
@ -5,7 +5,8 @@ esid: sec-module-semantics-static-semantics-early-errors
|
|||
description: >
|
||||
It is a Syntax Error if the ExportedNames of ModuleItemList contains any
|
||||
duplicate entries.
|
||||
flags: [module, export-star-as-namespace-from-module]
|
||||
flags: [module]
|
||||
features: [export-star-as-namespace-from-module]
|
||||
negative:
|
||||
phase: parse
|
||||
type: SyntaxError
|
||||
|
|
|
@ -5,7 +5,8 @@ esid: sec-module-semantics-static-semantics-early-errors
|
|||
description: >
|
||||
It is a Syntax Error if the ExportedNames of ModuleItemList contains any
|
||||
duplicate entries.
|
||||
flags: [module, export-star-as-namespace-from-module]
|
||||
flags: [module]
|
||||
features: [export-star-as-namespace-from-module]
|
||||
negative:
|
||||
phase: parse
|
||||
type: SyntaxError
|
||||
|
|
|
@ -18,7 +18,8 @@ info: |
|
|||
negative:
|
||||
phase: parse
|
||||
type: SyntaxError
|
||||
flags: [module, export-star-as-namespace-from-module]
|
||||
flags: [module]
|
||||
features: [export-star-as-namespace-from-module]
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
|
|
@ -19,7 +19,8 @@ info: |
|
|||
negative:
|
||||
phase: parse
|
||||
type: SyntaxError
|
||||
flags: [module, export-star-as-namespace-from-module]
|
||||
flags: [module]
|
||||
features: [export-star-as-namespace-from-module]
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
|
Loading…
Reference in New Issue