19 Dec
2024
19 Dec
'24
9:07 p.m.
Jacek Caban (@jacek) commented about dlls/vbscript/tests/api.vbs:
call Mid("test", 0, empty) call ok(Err.number = 5, "Err.number = " & Err.number) call Err.clear() - call Mid(empty, 0, 0) - call ok(Err.number = 5, "Err.number = " & Err.number)
Why did you remove those tests? They pass on Windows, so if they fail on Wine, the implementation should be fixed, not the tests removed. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7049#note_90933