Alexandre Julliard pushed to branch master at wine / wine Commits: 10922b38 by Francis De Brabandere at 2026-04-09T22:29:47+02:00 vbscript: Return error 1005 for missing opening parenthesis in Sub/Function. When a Sub or Function declaration has a closing parenthesis without a matching opening one (e.g. "Sub x)"), Windows returns error 1005 ("expected '('"). Add error productions in FunctionDecl that detect this and set the correct VBSE_EXPECTED_LPAREN error code. - - - - - 2 changed files: - dlls/vbscript/parser.y - dlls/vbscript/tests/run.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/10922b38c6afce93c816c781c69ee67... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/10922b38c6afce93c816c781c69ee67... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help