blob: 56491322bcb1776f95112d5be08611f9fd757b9d [file] [log] [blame]
function test() {
return new RegExp(/./im, "g").global === true;
}
if (!test())
throw new Error("Test failed");