tor-browser

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

vertical-tilde-start-escaped.js (440B)


      1 // |reftest| error:SyntaxError
      2 // Copyright (C) 2017 André Bargull. All rights reserved.
      3 // This code is governed by the BSD license found in the LICENSE file.
      4 
      5 /*---
      6 esid: sec-names-and-keywords
      7 description: Test VERTICAL TILDE (U+2E2F) is not recognized as ID_Start character.
      8 info: |
      9  VERTICAL TILDE is in General Category 'Lm' and [:Pattern_Syntax:].
     10 negative:
     11  phase: parse
     12  type: SyntaxError
     13 ---*/
     14 
     15 $DONOTEVALUATE();
     16 
     17 var \u2E2F;