Skip to content

Commit

Permalink
Revert "Add '%' to the list of graphic_chars (#2199)"
Browse files Browse the repository at this point in the history
  • Loading branch information
wkral committed Dec 4, 2023
1 parent 92e07d2 commit 7f5c56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ macro_rules! exponent_char {
#[macro_export]
macro_rules! graphic_char {
($c: expr) => ($crate::char_class!($c, ['#', '$', '&', '*', '+', '-', '.', '/', ':',
'<', '=', '>', '?', '@', '^', '~', '%']))
'<', '=', '>', '?', '@', '^', '~']))
}

#[macro_export]
Expand Down

0 comments on commit 7f5c56a

Please sign in to comment.