29 Nov
2022
29 Nov
'22
7:29 p.m.
Jacek Caban (@jacek) commented about dlls/mshtml/tests/script.c:
static IDispatchEx scriptDisp = { &scriptDispVtbl };
+static BOOL testHostContextDisp_expect;
I think it would be better to have two separated test functions: one expecting 'this' argument and one not expecting it and get rid of this global value. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1598#note_17888