[Git][wine/wine][master] vbscript/tests: Cover bare match.SubMatches(N) indexing.
Alexandre Julliard pushed to branch master at wine / wine Commits: de2580d9 by Francis De Brabandere at 2026-05-04T12:10:44-04:00 vbscript/tests: Cover bare match.SubMatches(N) indexing. Existing regexp.vbs tests only access submatches via the split form (Set submatch = match.SubMatches; submatch.Item(N)) or the chained-call form match.SubMatches()(N). The bare property-then-index form match.SubMatches(N) was untested. Add two assertions on a known pattern to lock in the current behavior. - - - - - 1 changed file: - dlls/vbscript/tests/regexp.vbs View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/de2580d9808eb9f61ed036752047125... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/de2580d9808eb9f61ed036752047125... 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)