Procházet zdrojové kódy

on a second thought it's better to prioritise both equally

sbatial před 2 roky
rodič
revize
cc1de00470
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/options/filter.rs

+ 1 - 1
src/options/filter.rs

@@ -298,7 +298,7 @@ mod test {
         // --almost-all
         test!(almost_all:       DotFilter <- ["--almost-all"]; Both => Ok(DotFilter::Dotfiles));
         test!(almost_all_all:   DotFilter <- ["-Aa"];          Both => Ok(DotFilter::Dotfiles));
-        test!(almost_all_all_2: DotFilter <- ["-Aaa"];         Both => Ok(DotFilter::Dotfiles));
+        test!(almost_all_all_2: DotFilter <- ["-Aaa"];         Both => Ok(DotFilter::DotfilesAndDots));
     }