]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1093: tests: output of test ...win32_ctrl_z depends on python version v9.1.1093
authorChristian Brabandt <cb@256bit.org>
Sun, 9 Feb 2025 16:22:30 +0000 (17:22 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 9 Feb 2025 16:22:30 +0000 (17:22 +0100)
commit3cfac59f926adadf8ec504730ea8876b17bea457
tree4c3fc43f2e8262154b8ef8419997d18c6d6ccf60
parent2e4361bd40c302f84f3c699a90dcd0b6f637ec21
patch 9.1.1093: tests: output of test ...win32_ctrl_z depends on python version

Problem:  tests: output of test Test_terminal_eof_arg_win32_ctrl_z depends on python
          version.
Solution: Check for the expected output in both, the second last line
          and last line

It seems python 3.13 changed the output a bit and there is no longer a
trailing blank line.  So to keep compatible with python < 3.13, let's
check for the expected output in either the last line and the second
last line.

closes: #16599

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