blob: 828cbbcac7953b5edafe82d66216359a8339f02e [file] [log] [blame]
function fn() {
return '𠮷'.match(/^.$/u);
}
assertEqual(!!fn(), true);
test(fn);