tor-browser

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

module.js (355B)


      1 #!
      2 
      3 // Copyright (C) 2019 Leo Balter. All rights reserved.
      4 // This code is governed by the BSD license found in the LICENSE file.
      5 
      6 /*---
      7 esid: pending
      8 description: >
      9    Hashbang comments should be allowed in Modules.
     10 info: |
     11    HashbangComment::
     12      #! SingleLineCommentChars[opt]
     13 flags: [module, raw]
     14 features: [hashbang]
     15 ---*/
     16 
     17 reportCompare(0, 0);