008bb91c
by Francis De Brabandere at 2026-03-20T20:53:02+01:00
vbscript: Report correct error character position for invalid parenthesized call.
When a call statement uses parentheses around multiple arguments without
the Call keyword (e.g. strcomp("x", "y")), set error_loc to the current
lexer position so that the error character is reported correctly.