dump: Apostrophe can be used as grouping character.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 8 Aug 2015 08:01:35 +0000 (01:01 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 8 Aug 2015 08:01:35 +0000 (01:01 -0700)
dump.c

diff --git a/dump.c b/dump.c
index 55ad4bc64ca55316839a244f0a7bb1692d023548..976764dfe7f98a6a5764b341bc211ffba3e48bb9 100644 (file)
--- a/dump.c
+++ b/dump.c
@@ -831,7 +831,7 @@ dump_fonts(void)
     match_u32_assert(UINT32_MAX);
   if (match_byte('.'))
     {
-      if (!match_byte(','))
+      if (!match_byte(',') && !match_byte('\''))
         match_byte_assert(' ');
     }
   else