blob: 932ae72f1ec7524cf66ceba59e698066232a8ff6 [file] [log] [blame]
function test() {
return /\c2/.exec("\\c2")[0] === "\\c2";
}
if (!test())
throw new Error("Test failed");