tor-browser

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

parsing-trailing-slashes.json (303B)


      1 {
      2  "name": "Failing addresses: mismatched trailing slashes",
      3  "importMap": {
      4    "imports": {
      5      "trailer/": "/notrailer"
      6    }
      7  },
      8  "importMapBaseURL": "https://base.example/path1/path2/path3",
      9  "expectedParsedImportMap": {
     10    "imports": {
     11      "trailer/": null
     12    },
     13    "scopes": {}
     14  }
     15 }