summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsherah Connor <ashe@kivikakk.ee>2020-08-24 17:29:41 +1000
committerJohn MacFarlane <jgm@berkeley.edu>2020-08-24 09:37:57 -0700
commit055b9ea293dbd965219bcaae8e67658ade5bfe09 (patch)
tree57a704a7e8613862b42a60840dcbbcd563abb853
parentcef66d42f91d934ce8bd058cd7c76b87f78628a7 (diff)
define whitespace per spec
-rw-r--r--src/cmark_ctype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmark_ctype.c b/src/cmark_ctype.c
index c0c4d5b..baa68e9 100644
--- a/src/cmark_ctype.c
+++ b/src/cmark_ctype.c
@@ -6,7 +6,7 @@
*/
static const uint8_t cmark_ctype_class[256] = {
/* 0 1 2 3 4 5 6 7 8 9 a b c d e f */
- /* 0 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0,
+ /* 0 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0,
/* 1 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/* 2 */ 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
/* 3 */ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2,