Wed, 31 Dec 2014 07:53:36 +0100
Correct small whitespace inconsistency, lost while renaming variables.
1 assertEq((function (a, b, a) { return a; })(2, 4, 6), 6);