Add '%' to the list of graphic_chars (#2199)
This commit is contained in:
@@ -112,7 +112,7 @@ macro_rules! exponent_char {
|
|||||||
#[macro_export]
|
#[macro_export]
|
||||||
macro_rules! graphic_char {
|
macro_rules! graphic_char {
|
||||||
($c: expr) => ($crate::char_class!($c, ['#', '$', '&', '*', '+', '-', '.', '/', ':',
|
($c: expr) => ($crate::char_class!($c, ['#', '$', '&', '*', '+', '-', '.', '/', ':',
|
||||||
'<', '=', '>', '?', '@', '^', '~']))
|
'<', '=', '>', '?', '@', '^', '~', '%']))
|
||||||
}
|
}
|
||||||
|
|
||||||
#[macro_export]
|
#[macro_export]
|
||||||
|
|||||||
Reference in New Issue
Block a user