April 28, 2026
8:19 a.m.
Add assertions for locale-invariant numeric-string forms ("+5", "-0", "05", " 5", "5 ", "5e0") and for type-mismatch errors raised when an unparseable BSTR ("abc", "", " ") is compared to a number with =, <> or a relational operator. -- v2: vbscript/tests: Add coverage for BSTR vs numeric comparison. https://gitlab.winehq.org/wine/wine/-/merge_requests/10762