tor-browser

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

bug576823-regexp.js (79B)


      1 // Sticky should work across disjunctions.
      2 
      3 assertEq(/A|B/y.exec("CB"), null);