Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
michael@0 | 1 | var x = "one"; |
michael@0 | 2 | var y = "two"; |
michael@0 | 3 | const a = x + y; |
michael@0 | 4 | var hit = false; |
michael@0 | 5 | eval('switch("onetwo") { case a: hit = true; };'); |
michael@0 | 6 | assertEq(hit, true); |