improved the slicing function
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user