Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
1 actual = '';
2 expected = '0,1,0,1,0,1,';
3
4 function f() {
5 for (var i = 0; i < arguments.length; ++i) {
6 appendToActual(i);
7 }
8 }
9
10 f(1, 2);
11 f(1, 2);
12 f(2, 2);
13
14
15 assertEq(actual, expected)