]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.2.0330: tests: some patterns in tar and zip plugin tests not strict enough v9.2.0330
authorzeertzjq <zeertzjq@outlook.com>
Thu, 9 Apr 2026 22:21:23 +0000 (22:21 +0000)
committerChristian Brabandt <cb@256bit.org>
Thu, 9 Apr 2026 22:21:23 +0000 (22:21 +0000)
commit2fbc69c9adbaac5cd33d30a3ccbcb9b3f40eba41
tree5abd7633ed721b0f66b80753da6da9e0e611ab50
parent158947e294ee1cfe11f5725f4c28c78eb1175cab
patch 9.2.0330: tests: some patterns in tar and zip plugin tests not strict enough

Problem:  Some patterns in tar and zip plugin tests not strict enough.
Solution: Use assert_equal() for lines that should match exactly. Match
          a literal dot properly (zeertzjq).

closes: #19946

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/test_plugin_tar.vim
src/testdir/test_plugin_zip.vim
src/version.c