8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9032ebb commit 01b23dcCopy full SHA for 01b23dc
test/index.js
@@ -241,6 +241,20 @@ const INPUTS = [
241
, query: {}
242
, search: ""
243
}
244
+ ], [
245
+ "https://github.com:89/org/repo.git"
246
+ , {
247
+ protocols: ["https"]
248
+ , protocol: "https"
249
+ , port: "89"
250
+ , resource: "github.com"
251
+ , user: ""
252
+ , pathname: "/org/repo.git"
253
+ , hash: ""
254
+ , href: "https://github.com:89/org/repo.git"
255
+ , query: {}
256
+ , search: ""
257
+ }
258
]
259
];
260
0 commit comments