Parser: Skip inner bracket separators after every list element
Forgot that here.
This commit is contained in:
parent
632687b47d
commit
54f27e448c
1 changed files with 4 additions and 0 deletions
|
|
@ -816,6 +816,10 @@ parse_list(
|
|||
case PF_ERROR:
|
||||
goto error;
|
||||
}
|
||||
|
||||
if (!skip_inner_bracket_separators(p)) {
|
||||
goto error;
|
||||
}
|
||||
}
|
||||
|
||||
maybe_end:
|
||||
|
|
|
|||
Loading…
Reference in a new issue