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