8000 test: add test · IonicaBizau/parse-path@01b23dc · GitHub
[go: up one dir, main page]

Skip to content

Commit 01b23dc

Browse files
authored
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

Lines changed: 14 additions & 0 deletions
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)
0