other_id_start-escaped.js (440B)
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 \u2118; 13 var \u212E; 14 var \u309B; 15 var \u309C; 16 17 // Other_ID_Start (Unicode 9.0) 18 var \u1885; 19 var \u1886; 20 21 reportCompare(0, 0);