@@ -1538,7 +1538,21 @@ var relativeTests2 = [
15381538 //changeing auth
15391539 [ 'http://diff:[email protected] ' , 15401540 'http://asdf:[email protected] ' , 1541- 'http://diff:[email protected] /' ] 1541+ 'http://diff:[email protected] /' ] , 1542+
1543+ // https://github.com/nodejs/node/issues/1435
1544+ [ 'https://another.host.com/' ,
1545+ 'https://user:[email protected] /' , 1546+ 'https://another.host.com/' ] ,
1547+ [ '//another.host.com/' ,
1548+ 'https://user:[email protected] /' , 1549+ 'https://another.host.com/' ] ,
1550+ [ 'http://another.host.com/' ,
1551+ 'https://user:[email protected] /' , 1552+ 'http://another.host.com/' ] ,
1553+ [ 'mailto:another.host.com' ,
1554+ 1555+ 'mailto:another.host.com' ] ,
15421556] ;
15431557relativeTests2 . forEach ( function ( relativeTest ) {
15441558 const a = url . resolve ( relativeTest [ 1 ] , relativeTest [ 0 ] ) ;
0 commit comments