tor-browser

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

part-unicode-15.1.0-escaped.js (519B)


      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: sec-names-and-keywords
      7 description: |
      8  Test that Unicode v15.1.0 ID_Continue characters are accepted as
      9  identifier part characters in escaped form, i.e.
     10  - \uXXXX or \u{XXXX} for BMP symbols
     11  - \u{XXXXXX} for astral symbols
     12 info: |
     13  Generated by https://github.com/mathiasbynens/caniunicode
     14 ---*/
     15 
     16 var _\u200C\u200D\u30FB\uFF65;
     17 
     18 reportCompare(0, 0);