Skip to content
Snippets Groups Projects
Commit b8711eb8 authored by Brian Terlson's avatar Brian Terlson
Browse files

Merge pull request #229 from bocoup/restructure-generator-tests-2

Restructure generator tests 2
parents 43a238bc 909156c6
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
info: >
GeneratorMethod early SyntaxError when super is called
directly inside generator args
features: [generators]
es6id: 14.4.1
author: Sam Mikes
description: GeneratorMethod error if HasDirectSuper in args
......
......@@ -4,6 +4,7 @@
/*---
info: >
GeneratorMethod can reference SuperProperty in arg
features: [generators]
es6id: 14.4.1
author: Sam Mikes
description: GeneratorMethod uses SuperProperty (allowed)
......
......@@ -5,6 +5,7 @@
info: >
GeneratorMethod early SyntaxError when super is called
directly inside generator body
features: [generators]
es6id: 14.4.1
author: Sam Mikes
description: GeneratorMethod error if HasDirectSuper in body
......
......@@ -4,6 +4,7 @@
/*---
info: >
GeneratorMethod can reference SuperProperty in body
features: [generators]
es6id: 14.4.1
author: Sam Mikes
description: GeneratorMethod body uses SuperProperty (allowed)
......
......@@ -5,6 +5,7 @@
info: >
GeneratorMethod early SyntaxError when lexical declaration
inside generator shadows parameter name
features: [generators]
es6id: 14.4.1
author: Sam Mikes
description: GeneratorMethod error with lexical shadowing
......
......@@ -5,6 +5,7 @@
info: >
GeneratorMethod early SyntaxError when lexical declaration
inside generator shadows parameter name
features: [generators]
es6id: 14.4.1
author: Sam Mikes
description: GeneratorMethod error with lexical shadowing
......
......@@ -4,6 +4,7 @@
/*---
info: >
Generator can be declared with GeneratorMethod syntax
features: [generators]
es6id: 14.4
author: Sam Mikes
description: can declare generator methods
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment