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.