Wed, 31 Dec 2014 07:53:36 +0100
Correct small whitespace inconsistency, lost while renaming variables.
1 // map(x => x, 32) is two arguments, not one
2
3 assertEq("" + [1, 2, 3, 4].map(x => x, 32), "1,2,3,4");