fixed the test script - insta-02.hcl
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-22 23:46:38 +09:00
parent 0e2dfea7fb
commit 768378a940
2 changed files with 9 additions and 9 deletions

View File

@ -2878,7 +2878,7 @@ static int compile_fun (hcl_t* hcl, hcl_cnode_t* src, int defun)
hcl_setsynerrbfmt (
hcl, HCL_SYNERR_VARNAME,
HCL_CNODE_GET_LOC(defun_name), HCL_CNODE_GET_TOK(defun_name),
"function name not valid in %.*js",
"function name not valid followed by %.*js",
HCL_CNODE_GET_TOKLEN(tmp), HCL_CNODE_GET_TOKPTR(tmp));
return -1;
}