]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0928: tests: test_popupwin fails because the filter command fails v9.1.0928
authorChristian Brabandt <cb@256bit.org>
Sun, 15 Dec 2024 09:38:57 +0000 (10:38 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 15 Dec 2024 09:38:57 +0000 (10:38 +0100)
commitb48108d58ea30ba72b635af6ae8d888e7f0fe223
treeae313bf1691a006d58134a2dfe150f7eef9b96bd
parent3c5d782dbc61c9328ef0cd906dab2b043dc084a9
patch 9.1.0928: tests: test_popupwin fails because the filter command fails

Problem:  tests: test_popupwin fails because the filter command fails
Solution: add the "e" flag to the :s command to normalize the
          screendumps Last Change header so that it doesn't fail on
          "Pattern not found"

The test might still fail, because the "Last Change" hader should always
be part of the screendump, but at least the filter command should not
cause aborting of the test script.

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