1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00
ripgrep/ignore/tests
Behnam Esfahbod 0668c74ed4 [ignore] Fix matched_path_or_any_parents() for patterns ending in slash
In `matched_path_or_any_parents()` implementation, we missed the point
that when we start walking up the tree, we have to set `is_dir` to
`true`, so path `ROOT/a/b/c` matches pattern `/a/`, although the
original path is not a dir.
2017-07-13 08:44:09 -04:00
..
gitignore_matched_path_or_any_parents_tests.gitignore [ignore] Add extensive test for gitignore matching (#551) 2017-07-12 22:06:08 -04:00
gitignore_matched_path_or_any_parents_tests.rs [ignore] Fix matched_path_or_any_parents() for patterns ending in slash 2017-07-13 08:44:09 -04:00