Jelajahi Sumber

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

sbatial 2 tahun lalu
induk
melakukan
cc1de00470
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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));
     }