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