diff --git a/rslib/src/search/parser.rs b/rslib/src/search/parser.rs index aa3e66b11..1cc65bac9 100644 --- a/rslib/src/search/parser.rs +++ b/rslib/src/search/parser.rs @@ -477,7 +477,7 @@ fn is_invalid_escape(txt: &str) -> bool { RE.is_match(txt) } -/// Check string for escape sequences handled by the parser: ":() +/// Check string for escape sequences handled by the parser: ":()- fn is_parser_escape(txt: &str) -> bool { // odd number of \s followed by a char with special meaning to the parser lazy_static! {