blob: edf734855198b9f927c36307e17e08ee3a452283 [file] [log] [blame]
var x = "one";
var y = "two";
const a = x + y;
var hit = false;
eval('switch("onetwo") { case a: hit = true; };');
assertEq(hit, true);