@@ -57,7 +57,7 @@ t.equal(
5757
5858t . equal (
5959 replaceInfo ( 'https://user:[email protected] / http://a:[email protected] ' ) , 60- 'https://user:***@registry.npmjs.org/ http://a:***@reg.github.com' ,
60+ 'https://user:***@registry.npmjs.org/ http://a:***@reg.github.com/ ' ,
6161 'should replace multiple items on a string'
6262)
6363
@@ -81,7 +81,7 @@ t.same(
8181 ] ) ,
8282 [
8383 'Something https://user:***@registry.npmjs.org/ foo bar' ,
84- 'http://foo:***@registry.npmjs.org' ,
84+ 'http://foo:***@registry.npmjs.org/ ' ,
8585 'http://example.npmjs.org' ,
8686 ] ,
8787 'should replace items in an array'
@@ -95,7 +95,7 @@ t.same(
9595 ] ) ,
9696 [
9797 'Something --x=https://user:***@registry.npmjs.org/ foo bar' ,
98- '--url=http://foo:***@registry.npmjs.org' ,
98+ '--url=http://foo:***@registry.npmjs.org/ ' ,
9999 '--url=http://example.npmjs.org' ,
100100 ] ,
101101 'should replace items in an array with equals'
0 commit comments