tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

part-unicode-17.0.0-class.js (658B)


      1 // Copyright 2025 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 v17.0.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);