diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-07-05 01:55:02 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-07-05 01:55:02 -0400 |
| commit | e51e6f840cb2414cad6e816aea7adea74ee8b1b8 (patch) | |
| tree | 17436845b260c54ab017453061a4bd11a89fe2bc /parse.c | |
| parent | 6ba91c1f64ee787c396210260d39f054cbe77dbb (diff) | |
Tweak syntax for debug prints
Diffstat (limited to 'parse.c')
| -rw-r--r-- | parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2035,7 +2035,7 @@ PARSER(parse_doctest) { PARSER(parse_say) { const char *start = pos; - if (!match(&pos, "!!")) return NULL; + if (!match(&pos, "|")) return NULL; spaces(&pos); ast_list_t *chunks = NULL; |
