Skip to content
Snippets Groups Projects
Commit fb61ab44 authored by Joseph Pecoraro's avatar Joseph Pecoraro Committed by Tom Care
Browse files

Fix incorrect generator syntax (#761) (#762)

parent febb11b2
Branches
No related tags found
No related merge requests found
......@@ -8,8 +8,8 @@ info: http://jeffmo.github.io/es-trailing-function-commas/
author: Jeff Morrison <lbljeffmo@gmail.com>
---*/
function one*(a,) {}
function two*(a,b,) {}
function* one(a,) {}
function* two(a,b,) {}
assert.sameValue(
one.length,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment