mirror of
https://github.com/janet-lang/janet
synced 2025-09-27 15:14:08 +00:00
update parse.c
This commit is contained in:
@@ -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++;
|
||||
|
Reference in New Issue
Block a user