Integration tests for excluded files

This commit is contained in:
Kirill Bulatov 2023-12-05 11:56:59 +02:00
parent 2c2c14a360
commit b43dc480a9
2 changed files with 138 additions and 1 deletions

View file

@ -372,7 +372,7 @@ impl SearchQuery {
match file_path {
Some(file_path) => {
let mut path = file_path.to_path_buf();
let mut matches = false;
let mut matches;
loop {
matches = !self
.files_to_exclude()