mirror of
https://github.com/tc39/test262.git
synced 2025-07-26 07:25:15 +02:00
parent
febb11b249
commit
fb61ab44eb
@ -8,8 +8,8 @@ info: http://jeffmo.github.io/es-trailing-function-commas/
|
|||||||
author: Jeff Morrison <lbljeffmo@gmail.com>
|
author: Jeff Morrison <lbljeffmo@gmail.com>
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
function one*(a,) {}
|
function* one(a,) {}
|
||||||
function two*(a,b,) {}
|
function* two(a,b,) {}
|
||||||
|
|
||||||
assert.sameValue(
|
assert.sameValue(
|
||||||
one.length,
|
one.length,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user