improved the slicing function
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-01 18:57:33 +09:00
parent 7007d9add0
commit 86ea4e7071
5 changed files with 51 additions and 23 deletions

View File

@ -1564,7 +1564,7 @@ static int feed_process_token (hcl_t* hcl)
}
case HCL_TOK_RPAREN: /* xlist (), qlist #() */
case HCL_TOK_RBRACK: /* bytearray #[], array [] */
case HCL_TOK_RBRACK: /* bytearray #b[], array #[] */
case HCL_TOK_RBRACE: /* dictionary #{}, block {} */
{
int oldflagv;