Wed, 31 Dec 2014 07:53:36 +0100
Correct small whitespace inconsistency, lost while renaming variables.
1 assertEq((function(x, y, x) { return (function() x+y)(); })(1,2,5), 7);