part-unicode-15.1.0-class.js (489B)
1 // Copyright 2024 Mathias Bynens. All rights reserved. 2 // This code is governed by the BSD license found in the LICENSE file. 3 4 /*--- 5 author: Mathias Bynens 6 esid: prod-PrivateIdentifier 7 description: | 8 Test that Unicode v15.1.0 ID_Continue characters are accepted as 9 identifier part characters in private class fields. 10 info: | 11 Generated by https://github.com/mathiasbynens/caniunicode 12 features: [class, class-fields-private] 13 ---*/ 14 15 class _ { 16 #_・・; 17 }; 18 19 reportCompare(0, 0);