]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1522: tests: still some ANSI escape sequences in test output v9.1.1522
authorChristian Brabandt <cb@256bit.org>
Mon, 7 Jul 2025 18:03:03 +0000 (20:03 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 7 Jul 2025 18:03:03 +0000 (20:03 +0200)
commitbcb06c92c464d0d593334509323caacea64e88cf
tree6cd9cf52e4804f6e40dcd20f85054686be58c312
parent0cd7f3536bde47cf9693090b839abf88c7f019c8
patch 9.1.1522: tests: still some ANSI escape sequences in test output

Problem:  tests: still some ANSI escape sequences in test messages output
Solution: update the cleanup regexp to also handle those ANSI escape
          sequences: `<esc>|2h` and `<esc>|31H` like in this log output:

```
2025-07-05T20:02:47.6350409Z <esc>|2hExecuted 171 tests in   4.739708 seconds<esc>|31H
```

related: #17677

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/runtest.vim
src/version.c