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 9361aae commit 474e1b5Copy full SHA for 474e1b5
src/sudoers/tokens.rs
@@ -33,7 +33,7 @@ impl Token for Username {
33
34
const ALLOW_ESCAPE: bool = true;
35
fn escaped(c: char) -> bool {
36
- matches!(c, '\\' | '"' | ',' | ':' | '=' | '!' | '(' | ')')
+ matches!(c, '\\' | '"' | ',' | ':' | '=' | '!' | '(' | ')' | ' ')
37
}
38
39
0 commit comments