]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.5127: using assert_true() does not show value on failure v8.2.5127
authorzeertzjq <zeertzjq@outlook.com>
Sun, 19 Jun 2022 10:45:46 +0000 (11:45 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 19 Jun 2022 10:45:46 +0000 (11:45 +0100)
commitcdc6a43559d5b880f81efceb849f40c20af1ada1
treea8bec40d82c21ce0afedc76e46148ffe2f17ce71
parentd6211a52ab9f53b82f884561ed43d2fe4d24ff7d
patch 8.2.5127: using assert_true() does not show value on failure

Problem:    Using assert_true() does not show value on failure.
Solution:   Use assert_inrange(). (closes #10593)
src/testdir/test_channel.vim
src/testdir/test_hlsearch.vim
src/version.c