fix features tag (#1647)

This commit is contained in:
Leo Balter 2018-07-24 01:15:26 -04:00 committed by GitHub
parent 8ec747f743
commit d1ad8e8fbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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.";

View File

@ -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.";