blob: 089393403ea610aa321ba44d1c450983bb95ae91 [file] [log] [blame]
function test() {
return "𠮷".match(/^.$/u)[0].length === 2;
}
if (!test())
throw new Error("Test failed");