tor-browser

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

early-err-arithmetic-modifiers-both-empty.js (661B)


      1 // |reftest| error:SyntaxError
      2 // Copyright (C) 2024 Igalia, S.L. All rights reserved.
      3 // This code is governed by the BSD license found in the LICENSE file.
      4 
      5 /*---
      6 description: It is a Syntax Error if the source text matched by the first RegularExpressionFlags and the source text matched by the second RegularExpressionFlags are both empty. (arithmetic regular expression flags)
      7 esid: sec-patterns-static-semantics-early-errors
      8 features: [regexp-modifiers]
      9 negative:
     10  phase: parse
     11  type: SyntaxError
     12 info: |
     13    Atom :: ( ? RegularExpressionFlags - RegularExpressionFlags : Disjunction )
     14    ...
     15 
     16 ---*/
     17 
     18 $DONOTEVALUATE();
     19 
     20 /(?-:a)//*{ global-modifiers }*/;