blob: 1437e971fa52d004579322540d3fdaeb710d9132 [file] [log] [blame]
function test() {
return "𝌆".match(/\u{1d306}/u)[0].length === 2;
}
if (!test())
throw new Error("Test failed");