Sign in
webkit
/
WebKit
/
73559930a6418bc4621c1c5774b11e1be9c21a8f
/
.
/
LayoutTests
/
js
/
arrowfunction-asparamter-1-expected.txt
blob: ff9ae39e9c9aeeed2a34ae29e3c0d08fad2b0250 [
file
] [
log
] [
blame
]
Tests for ES6 arrow function, passing arrow function as the paramter
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS "" + [1, 2, 3, 4].map(x => x, 32) is '1,2,3,4'
PASS successfullyParsed is true
TEST COMPLETE