Skip to content
Snippets Groups Projects
Unverified Commit d1ad8e8f authored by Leo Balter's avatar Leo Balter Committed by GitHub
Browse files

fix features tag (#1647)

parent 8ec747f7
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,8 @@ esid: sec-module-semantics-static-semantics-early-errors ...@@ -5,7 +5,8 @@ esid: sec-module-semantics-static-semantics-early-errors
description: > description: >
It is a Syntax Error if the ExportedNames of ModuleItemList contains any It is a Syntax Error if the ExportedNames of ModuleItemList contains any
duplicate entries. duplicate entries.
flags: [module, export-star-as-namespace-from-module] flags: [module]
features: [export-star-as-namespace-from-module]
negative: negative:
phase: parse phase: parse
type: SyntaxError type: SyntaxError
......
...@@ -5,7 +5,8 @@ esid: sec-module-semantics-static-semantics-early-errors ...@@ -5,7 +5,8 @@ esid: sec-module-semantics-static-semantics-early-errors
description: > description: >
It is a Syntax Error if the ExportedNames of ModuleItemList contains any It is a Syntax Error if the ExportedNames of ModuleItemList contains any
duplicate entries. duplicate entries.
flags: [module, export-star-as-namespace-from-module] flags: [module]
features: [export-star-as-namespace-from-module]
negative: negative:
phase: parse phase: parse
type: SyntaxError type: SyntaxError
......
...@@ -18,7 +18,8 @@ info: | ...@@ -18,7 +18,8 @@ info: |
negative: negative:
phase: parse phase: parse
type: SyntaxError 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."; throw "Test262: This statement should not be evaluated.";
......
...@@ -19,7 +19,8 @@ info: | ...@@ -19,7 +19,8 @@ info: |
negative: negative:
phase: parse phase: parse
type: SyntaxError 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."; throw "Test262: This statement should not be evaluated.";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment