File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2154,7 +2154,7 @@ fn cookiecutter_globbing() -> Result<()> {
2154
2154
let maintest = tests. join ( "maintest.py" ) ;
2155
2155
fs:: write ( maintest, "import foo\n import bar\n import foo" ) ?;
2156
2156
insta:: with_settings!( {
2157
- filters => vec![ ( tempdir_filter( & tempdir) . as_str( ) , "[TMP]/" ) , ( r"\\" , "/" ) ]
2157
+ filters => vec![ ( tempdir_filter( & tempdir) . as_str( ) , "[TMP]/" ) ]
2158
2158
} , {
2159
2159
assert_cmd_snapshot!( Command :: new( get_cargo_bin( BIN_NAME ) )
2160
2160
. args( [ "format" , "--no-cache" , "--diff" ] )
Original file line number Diff line number Diff line change @@ -2723,7 +2723,7 @@ fn cookiecutter_globbing() -> Result<()> {
2723
2723
let maintest = tests. join ( "maintest.py" ) ;
2724
2724
fs:: write ( maintest, "import foo\n import bar\n import foo" ) ?;
2725
2725
insta:: with_settings!( {
2726
- filters => vec![ ( tempdir_filter( & tempdir) . as_str( ) , "[TMP]/" ) , ( r"\\" , "/" ) ]
2726
+ filters => vec![ ( tempdir_filter( & tempdir) . as_str( ) , "[TMP]/" ) ]
2727
2727
} , {
2728
2728
assert_cmd_snapshot!( Command :: new( get_cargo_bin( BIN_NAME ) )
2729
2729
. args( STDIN_BASE_OPTIONS )
@@ -2743,7 +2743,7 @@ fn cookiecutter_globbing() -> Result<()> {
2743
2743
fs:: remove_file ( cookiecutter_toml) ?;
2744
2744
2745
2745
insta:: with_settings!( {
2746
- filters => vec![ ( tempdir_filter( & tempdir) . as_str( ) , "[TMP]/" ) , ( r"\\" , "/" ) ]
2746
+ filters => vec![ ( tempdir_filter( & tempdir) . as_str( ) , "[TMP]/" ) ]
2747
2747
} , {
2748
2748
assert_cmd_snapshot!( Command :: new( get_cargo_bin( BIN_NAME ) )
2749
2749
. args( STDIN_BASE_OPTIONS )
You can’t perform that action at this time.
0 commit comments