##// END OF EJS Templates
rust-filepatterns: also normalize RelPath...
Spencer Baugh -
r51751:df6dfad5 default
parent child Browse files
Show More
@@ -317,6 +317,7 b' pub fn build_single_regex('
317 317 PatternSyntax::RootGlob
318 318 | PatternSyntax::Path
319 319 | PatternSyntax::RelGlob
320 | PatternSyntax::RelPath
320 321 | PatternSyntax::RootFiles => normalize_path_bytes(pattern),
321 322 PatternSyntax::Include | PatternSyntax::SubInclude => {
322 323 return Err(PatternError::NonRegexPattern(entry.clone()))
General Comments 0
You need to be logged in to leave comments. Login now