blob: 0150d8144802a5a22d5070050689c7b711c76cda [file] [log] [blame]
function test() {
return /[\w-_]/.exec("-")[0] === "-";
}
if (!test())
throw new Error("Test failed");