Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
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");