]> granicus.if.org Git - vim/commit
patch 8.2.1631: test_fails() does not check the context of the line number v8.2.1631
authorBram Moolenaar <Bram@vim.org>
Sun, 6 Sep 2020 19:47:48 +0000 (21:47 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 6 Sep 2020 19:47:48 +0000 (21:47 +0200)
commit9bd5d879c2ecfbdbb168b090e12f4b89724a302e
treee9c9a342ba1d31c884d65edcbe864ba35518cf51
parentc98cdb3bc970f04f93b4c394b4ec94c2eb5546c3
patch 8.2.1631: test_fails() does not check the context of the line number

Problem:    test_fails() does not check the context of the line number.
Solution:   Use another argument to specify the context of the line number.
runtime/doc/testing.txt
src/evalfunc.c
src/globals.h
src/message.c
src/testdir/test_vim9_func.vim
src/testing.c
src/version.c