Merge pull request #2201 from wkral/revert-2200-percent-graphic-char

Revert "Add '%' to the list of graphic_chars (#2199)"
This commit is contained in:
Mark Thom
2023-12-04 10:46:37 -07:00
committed by GitHub

View File

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