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 20657ea commit c3c508eCopy full SHA for c3c508e
src/expression.rs
@@ -9,7 +9,7 @@ use crate::prelude::*;
9
use crate::{errstr, Error, MAX_RECURSION_DEPTH};
10
11
/// Allowed characters are descriptor strings.
12
-pub const INPUT_CHARSET: &str = "0123456789()[],'/*abcdefgh@:$%{}IJKLMNOPQRSTUVWXYZ&+-.;<=>?!^_|~ijklmnopqrstuvwxyzABCDEFGH`#\"\\ ";
+pub const INPUT_CHARSET: &str = "0123456789()[],'/*abcdefgh@:$%{}IJKLMNOPQRSTUVWXYZ&+-.;<=>?!^_|~ijklmnopqrstuvwxyzABCDEFGH`#\"\\ ";
13
14
/// Map of valid characters in descriptor strings.
15
#[rustfmt::skip]
0 commit comments