diff options
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; |
