Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

statements/generators/params-trailing-comma-length.js has incorrect generator syntax #761

Closed
JosephPecoraro opened this issue Sep 22, 2016 · 2 comments

Comments

@JosephPecoraro
Copy link
Contributor

Test: test/statements/generators/params-trailing-comma-length.js has incorrect syntax:

function one*(a,) {}
function two*(a,b,) {}

It should be:

function* one(a,) {}
function* two(a,b,) {}
JosephPecoraro added a commit to JosephPecoraro/test262 that referenced this issue Sep 22, 2016
@rwaldron
Copy link
Contributor

@JosephPecoraro please sign the CLA: http://tc39.github.io/test262-cla/ and ping back here when that's complete. Thanks!!

@leobalter
Copy link
Member

This is fixed on #762

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants