Integration tests for excluded files
This commit is contained in:
parent
2c2c14a360
commit
b43dc480a9
2 changed files with 138 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue