Skip to content

Commit b035d22

Browse files
authored
Add unit test for normalize:true case
1 parent 5135eeb commit b035d22

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

test/index.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,19 @@ const INPUTS = [
7171
, search: ""
7272
}
7373
]
74+
, [
75+
["http://ionicabizau.net/with-true-normalize", true]
76+
, {
77+
protocols: [ "http" ]
78+
, protocol: "http"
79+
, port: null
80+
, resource: "ionicabizau.net"
81+
, user: ""
82+
, pathname: "/with-true-normalize"
83+
, hash: ""
84+
, search: ""
85+
}
86+
]
7487
];
7588

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

0 commit comments

Comments
 (0)