other_id_start.js (482B)
1 // Copyright (C) 2017 André Bargull. All rights reserved. 2 // This code is governed by the BSD license found in the LICENSE file. 3 4 /*--- 5 esid: sec-names-and-keywords 6 description: Test grandfathered characters of ID_Start. 7 info: | 8 Grandfathered characters (Other_ID_Start) 9 ---*/ 10 11 // Other_ID_Start (Unicode 4.0) 12 var ℘; // U+2118 13 var ℮; // U+212E 14 var ゛; // U+309B 15 var ゜; // U+309C 16 17 // Other_ID_Start (Unicode 9.0) 18 var ᢅ; // U+1885 19 var ᢆ; // U+1886 20 21 reportCompare(0, 0);