Explorar el Código

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

sbatial hace 2 años
padre
commit
cc1de00470
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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));
     }