Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Jul 25, 2022
1 parent 5303d3f commit ff27e1b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,20 @@ const INPUTS = [
, query: {}
}
]
, [
["file:///etc/passwd?#http://a:1:1", false]
, {
protocols: [ "file" ]
, protocol: "file"
, port: ""
, resource: ""
, user: ""
, pathname: "/etc/passwd"
, hash: "http://a:1:1"
, search: ""
, query: {}
}
]
];

tester.describe("check urls", test => {
Expand Down

0 comments on commit ff27e1b

Please sign in to comment.