[Git][wine/wine][master] vbscript: Return specific error codes for unterminated block statements.
Alexandre Julliard pushed to branch master at wine / wine Commits: 4cf34769 by Francis De Brabandere at 2026-04-20T20:39:17+02:00 vbscript: Return specific error codes for unterminated block statements. When a block statement reaches EOF without its closing keyword, Windows returns a specific error code. Add error productions in the bison grammar for four unterminated block types: - If without End If (error 1014) - While without Wend (error 1018) - Do without Loop (error 1019) - For/For Each without Next (error 1020) Previously these all fell through to the generic E_FAIL path. - - - - - 2 changed files: - dlls/vbscript/parser.y - dlls/vbscript/tests/run.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/4cf347696c9c41362fc258d4cf53558... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/4cf347696c9c41362fc258d4cf53558... 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
participants (1)
-
Alexandre Julliard (@julliard)