Sign in
webkit
/
WebKit
/
67ef48bf3155a8b5a1fc5ba0a7b64489ec5a0874
/
.
/
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