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