Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
1 function testReplace2() {
2 var s = "H e l l o", s1;
3 for (i = 0; i < 100; ++i)
4 s1 = s.replace(" ", "");
5 return s1;
6 }
7 assertEq(testReplace2(), "He l l o");