mirror of
https://github.com/janet-lang/janet
synced 2025-01-13 00:50:26 +00:00
update parse.c
This commit is contained in:
parent
f709d7eb40
commit
04579664fd
@ -796,6 +796,7 @@ static Janet cfun_parse_insert(int32_t argc, Janet *argv) {
|
||||
p->column--;
|
||||
s = p->states + p->statecount - 1;
|
||||
}
|
||||
if (s->flags & PFLAG_COMMENT) s--;
|
||||
if (s->flags & PFLAG_CONTAINER) {
|
||||
s->argn++;
|
||||
if (p->statecount == 1) p->pending++;
|
||||
|
Loading…
Reference in New Issue
Block a user