Add '%' to the list of graphic_chars (#2199)

This commit is contained in:
William Kral
2023-12-03 19:38:40 -08:00
parent b0b1efcc49
commit aff1fdc6aa

View File

@@ -112,7 +112,7 @@ macro_rules! exponent_char {
#[macro_export]
macro_rules! graphic_char {
($c: expr) => ($crate::char_class!($c, ['#', '$', '&', '*', '+', '-', '.', '/', ':',
'<', '=', '>', '?', '@', '^', '~']))
'<', '=', '>', '?', '@', '^', '~', '%']))
}
#[macro_export]