]> Repositorios git - scryer-prolog.git/commitdiff
Revert "Add '%' to the list of graphic_chars (#2199)"
authorWilliam Kral <[email protected]>
Mon, 4 Dec 2023 06:19:59 +0000 (22:19 -0800)
committerWilliam Kral <[email protected]>
Mon, 4 Dec 2023 06:32:49 +0000 (22:32 -0800)
src/parser/macros.rs

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