blob: 089393403ea610aa321ba44d1c450983bb95ae91 [file] [log] [blame]
ggaren@apple.com961dc372015-09-04 02:39:20 +00001function test() {
2
3return "𠮷".match(/^.$/u)[0].length === 2;
4
5}
6
7if (!test())
8 throw new Error("Test failed");
9