Sign in
webkit
/
WebKit
/
b387ed984cfa86e07321d6d915fc6d801afbcecc
/
.
/
LayoutTests
/
js
/
script-tests
/
arrowfunction-asparamter-1.js
blob: 19e0a5035d269ae1b9a3f4f7ab162e90a74210f1 [
file
] [
log
] [
blame
]
description
(
'Tests for ES6 arrow function, passing arrow function as the paramter'
);
shouldBe
(
'"" + [1, 2, 3, 4].map(x => x, 32)'
,
"'1,2,3,4'"
);
var
successfullyParsed
=
true
;