comparison runtime/doc/testing.txt @ 19968:1908e92b02fd

Update runtime files Commit: https://github.com/vim/vim/commit/d1caa941d876181aae0ebebc6ea954045bf0da24 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 10 22:10:56 2020 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Fri, 10 Apr 2020 22:15:05 +0200
parents f92435f0f449
children 1af1d8ff2aa8
comparison
equal deleted inserted replaced
19967:f11b9ed4f9e1 19968:1908e92b02fd
1 *testing.txt* For Vim version 8.2. Last change: 2020 Feb 22 1 *testing.txt* For Vim version 8.2. Last change: 2020 Apr 10
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
105 test_null_dict() *test_null_dict()* 105 test_null_dict() *test_null_dict()*
106 Return a |Dict| that is null. Only useful for testing. 106 Return a |Dict| that is null. Only useful for testing.
107 107
108 108
109 test_null_function() *test_null_function()* 109 test_null_function() *test_null_function()*
110 Return a |FuncRef| that is null. Only useful for testing. 110 Return a |Funcref| that is null. Only useful for testing.
111 111
112 112
113 test_null_job() *test_null_job()* 113 test_null_job() *test_null_job()*
114 Return a |Job| that is null. Only useful for testing. 114 Return a |Job| that is null. Only useful for testing.
115 {only available when compiled with the +job feature} 115 {only available when compiled with the +job feature}