Skip to content

Commit 01b23dc

Browse files
authoredJul 12, 2022
test: add test
1 parent 9032ebb commit 01b23dc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 

‎test/index.js

+14
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,20 @@ const INPUTS = [
241241
, query: {}
242242
, search: ""
243243
}
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+
}
244258
]
245259
];
246260

0 commit comments

Comments
 (0)
Please sign in to comment.