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