diff options
Diffstat (limited to 'src/parse')
| -rw-r--r-- | src/parse/text.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parse/text.c b/src/parse/text.c index 6f032c4c..7650955c 100644 --- a/src/parse/text.c +++ b/src/parse/text.c @@ -116,7 +116,6 @@ static ast_list_t *_parse_text_helper(parse_ctx_t *ctx, const char **out_pos) { if (chunk.length > 0) { ast_t *literal = NewAST(ctx->file, chunk_start, pos, TextLiteral, .text = chunk); chunks = new (ast_list_t, .ast = literal, .next = chunks); - chunk = EMPTY_TEXT; } REVERSE_LIST(chunks); |
