Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
1 function testEqFalseEmptyString() {
2 var x = [];
3 for (var i=0;i<5;++i) x.push(false == "");
4 return x.join(",");
5 }
6 assertEq(testEqFalseEmptyString(), "true,true,true,true,true");