3 Mar
2025
3 Mar
'25
5:19 p.m.
Happens because j is the length without ANSI codes, and `ignore` striped entire "\n.*Test succeeded" lines, which may also include ANSI codes, removing them twice from the total. v2: Fix it properly instead of hacking it. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7473#note_96605