Add project search in gitignored test
This commit is contained in:
parent
b43dc480a9
commit
92fbdb429c
3 changed files with 100 additions and 18 deletions
|
@ -218,8 +218,6 @@ impl PathMatcher {
|
|||
})
|
||||
}
|
||||
|
||||
// TODO kb tests for matching
|
||||
// TODO kb add an integration test on excluded file opening
|
||||
pub fn is_match<P: AsRef<Path>>(&self, other: P) -> bool {
|
||||
let other_path = other.as_ref();
|
||||
other_path.starts_with(&self.maybe_path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue