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