tor-browser

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

bug582898.js (71B)


      1 {
      2    let x = "";
      3    x++
      4    assertEq(x, 1);
      5 }
      6 
      7 /* Test no assert. */