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;