24 Feb
2025
24 Feb
'25
4:16 p.m.
Our findstr implementation defaults to textual search, while native defaults to regex. So this MR: - add tests to show that, - reverts the default, - adapt tests that were written with textual search in mind to pass textual search option Note: native fails when passing the two flags ('findstr /l /r...'). I didn't bother fixing our implementation. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7415