]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1708: tests: various tests can be improved v9.1.1708
authorYegappan Lakshmanan <yegappan@yahoo.com>
Fri, 29 Aug 2025 16:04:26 +0000 (18:04 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 29 Aug 2025 16:04:26 +0000 (18:04 +0200)
commit97ea879b9bd80baf2a64378eedc06a9610105dad
treeef1f56ceb15da7ee7a58d582a6ebb6e5e76e7ab6
parenta07a2f4c332bcf0f7fabf9be002027acf12c6801
patch 9.1.1708: tests: various tests can be improved

Problem:  tests: various tests can be improved
Solution: Use string interpolation to concatenate strings in
          test_winfixbuf, check for specific errors in assert_fails()
          (Yegappan Lakshmanan)

closes: #18151

Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
12 files changed:
src/testdir/test_crypt.vim
src/testdir/test_expr.vim
src/testdir/test_file_perm.vim
src/testdir/test_hide.vim
src/testdir/test_highlight.vim
src/testdir/test_mksession.vim
src/testdir/test_options.vim
src/testdir/test_undo.vim
src/testdir/test_vartabs.vim
src/testdir/test_winfixbuf.vim
src/testdir/test_writefile.vim
src/version.c