@@ -304,7 +304,7 @@ forgetest!(can_init_repo_with_config, |prj, cmd| {
304
304
. assert_success( )
305
305
. stdout_eq( str ![ [ r#"
306
306
Initializing [..]...
307
- Installing forge-std in [..] (url: Some(" https://github.com/foundry-rs/forge-std") , tag: None)
307
+ Installing forge-std in [..] (url: https://github.com/foundry-rs/forge-std, tag: None)
308
308
Installed forge-std[..]
309
309
Initialized forge project
310
310
@@ -353,7 +353,7 @@ forgetest!(can_init_no_git, |prj, cmd| {
353
353
354
354
cmd. arg( "init" ) . arg( prj. root( ) ) . arg( "--no-git" ) . assert_success( ) . stdout_eq( str ![ [ r#"
355
355
Initializing [..]...
356
- Installing forge-std in [..] (url: Some(" https://github.com/foundry-rs/forge-std") , tag: None)
356
+ Installing forge-std in [..] (url: https://github.com/foundry-rs/forge-std, tag: None)
357
357
Installed forge-std[..]
358
358
Initialized forge project
359
359
@@ -438,7 +438,7 @@ Run with the `--force` flag to initialize regardless.
438
438
. assert_success( )
439
439
. stdout_eq( str ![ [ r#"
440
440
Initializing [..]...
441
- Installing forge-std in [..] (url: Some(" https://github.com/foundry-rs/forge-std") , tag: None)
441
+ Installing forge-std in [..] (url: https://github.com/foundry-rs/forge-std, tag: None)
442
442
Installed forge-std[..]
443
443
Initialized forge project
444
444
@@ -478,7 +478,7 @@ Run with the `--force` flag to initialize regardless.
478
478
. assert_success( )
479
479
. stdout_eq( str ![ [ r#"
480
480
Initializing [..]...
481
- Installing forge-std in [..] (url: Some(" https://github.com/foundry-rs/forge-std") , tag: None)
481
+ Installing forge-std in [..] (url: https://github.com/foundry-rs/forge-std, tag: None)
482
482
Installed forge-std[..]
483
483
Initialized forge project
484
484
@@ -520,7 +520,7 @@ Run with the `--force` flag to initialize regardless.
520
520
. assert_success( )
521
521
. stdout_eq( str ![ [ r#"
522
522
Initializing [..]...
523
- Installing forge-std in [..] (url: Some(" https://github.com/foundry-rs/forge-std") , tag: None)
523
+ Installing forge-std in [..] (url: https://github.com/foundry-rs/forge-std, tag: None)
524
524
Installed forge-std[..]
525
525
Initialized forge project
526
526
@@ -561,7 +561,7 @@ forgetest!(can_init_using_parent_repo, |prj, cmd| {
561
561
cmd. arg( "init" ) . arg( folder) . arg( "--force" ) . arg( "--use-parent-git" ) . assert_success( ) . stdout_eq(
562
562
str ![ [ r#"
563
563
Initializing [..]...
564
- Installing forge-std in [..] (url: Some(" https://github.com/foundry-rs/forge-std") , tag: None)
564
+ Installing forge-std in [..] (url: https://github.com/foundry-rs/forge-std, tag: None)
565
565
Installed forge-std[..]
566
566
Initialized forge project
567
567
@@ -592,7 +592,7 @@ forgetest!(can_init_vscode, |prj, cmd| {
592
592
593
593
cmd. arg( "init" ) . arg( prj. root( ) ) . arg( "--vscode" ) . assert_success( ) . stdout_eq( str ![ [ r#"
594
594
Initializing [..]...
595
- Installing forge-std in [..] (url: Some(" https://github.com/foundry-rs/forge-std") , tag: None)
595
+ Installing forge-std in [..] (url: https://github.com/foundry-rs/forge-std, tag: None)
596
596
Installed forge-std[..]
597
597
Initialized forge project
598
598
@@ -712,7 +712,7 @@ forgetest!(can_clone, |prj, cmd| {
712
712
. stdout_eq( str ![ [ r#"
713
713
Downloading the source code of 0x044b75f554b886A065b9567891e45c79542d7357 from Etherscan...
714
714
Initializing [..]...
715
- Installing forge-std in [..] (url: Some(" https://github.com/foundry-rs/forge-std") , tag: None)
715
+ Installing forge-std in [..] (url: https://github.com/foundry-rs/forge-std, tag: None)
716
716
Installed forge-std[..]
717
717
Initialized forge project
718
718
Collecting the creation information of 0x044b75f554b886A065b9567891e45c79542d7357 from Etherscan...
@@ -760,7 +760,7 @@ forgetest!(can_clone_no_remappings_txt, |prj, cmd| {
760
760
. stdout_eq( str ![ [ r#"
761
761
Downloading the source code of 0x33e690aEa97E4Ef25F0d140F1bf044d663091DAf from Etherscan...
762
762
Initializing [..]...
763
- Installing forge-std in [..] (url: Some(" https://github.com/foundry-rs/forge-std") , tag: None)
763
+ Installing forge-std in [..] (url: https://github.com/foundry-rs/forge-std, tag: None)
764
764
Installed forge-std[..]
765
765
Initialized forge project
766
766
Collecting the creation information of 0x33e690aEa97E4Ef25F0d140F1bf044d663091DAf from Etherscan...
@@ -819,7 +819,7 @@ forgetest!(can_init_project, |prj, cmd| {
819
819
820
820
cmd. args( [ "init" ] ) . arg( prj. root( ) ) . assert_success( ) . stdout_eq( str ![ [ r#"
821
821
Initializing [..]...
822
- Installing forge-std in [..] (url: Some(" https://github.com/foundry-rs/forge-std") , tag: None)
822
+ Installing forge-std in [..] (url: https://github.com/foundry-rs/forge-std, tag: None)
823
823
Installed forge-std[..]
824
824
Initialized forge project
825
825
@@ -847,7 +847,7 @@ forgetest!(can_init_vyper_project, |prj, cmd| {
847
847
848
848
cmd. args( [ "init" , "--vyper" ] ) . arg( prj. root( ) ) . assert_success( ) . stdout_eq( str ![ [ r#"
849
849
Initializing [..]...
850
- Installing forge-std in [..] (url: Some(" https://github.com/foundry-rs/forge-std") , tag: None)
850
+ Installing forge-std in [..] (url: https://github.com/foundry-rs/forge-std, tag: None)
851
851
Installed forge-std[..]
852
852
Initialized forge project
853
853
@@ -889,7 +889,7 @@ forgetest!(can_clone_with_node_modules, |prj, cmd| {
889
889
. stdout_eq( str ![ [ r#"
890
890
Downloading the source code of 0xA3E217869460bEf59A1CfD0637e2875F9331e823 from Etherscan...
891
891
Initializing [..]...
892
- Installing forge-std in [..] (url: Some(" https://github.com/foundry-rs/forge-std") , tag: None)
892
+ Installing forge-std in [..] (url: https://github.com/foundry-rs/forge-std, tag: None)
893
893
Installed forge-std[..]
894
894
Initialized forge project
895
895
Collecting the creation information of 0xA3E217869460bEf59A1CfD0637e2875F9331e823 from Etherscan...
0 commit comments