blob: 88d5abe3b84f45a0f6cca099e0ad4586c892b0bf [file] [log] [blame]
function test() {
return '\u{1d306}' == '\ud834\udf06';
}
if (!test())
throw new Error("Test failed");