We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c93b41 commit b0a7659Copy full SHA for b0a7659
src/main.rs
@@ -446,7 +446,7 @@ mod tests {
446
// Linux Temp Folder
447
settings.add_filter(r" */tmp/\.tmp\S+", "[TEMP_FILE]");
448
// Windows Temp folder
449
- settings.add_filter(r" *\[…\].*\\Local\\Temp\\\S+", "[TEMP_FILE]");
+ settings.add_filter(r" *\[…\].*/Local/Temp/\S+", "[TEMP_FILE]");
450
let _bound = settings.bind_to_scope();
451
}
452
0 commit comments