comparison runtime/doc/testing.txt @ 19874:f92435f0f449 v8.2.0493

patch 8.2.0493: Vim9: some error messages not tested Commit: https://github.com/vim/vim/commit/e69f6d044c420d41dced9ba96a3b90f25788e39a Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 1 22:11:01 2020 +0200 patch 8.2.0493: Vim9: some error messages not tested Problem: Vim9: some error messages not tested. Solution: Add more tests. Fix uncovered bugs.
author Bram Moolenaar <Bram@vim.org>
date Wed, 01 Apr 2020 22:15:04 +0200
parents a7a24d06d7ce
children 1908e92b02fd
comparison
equal deleted inserted replaced
19873:b256cdad1dbf 19874:f92435f0f449
102 {only available when compiled with the +channel feature} 102 {only available when compiled with the +channel feature}
103 103
104 104
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
108
109 test_null_function() *test_null_function()*
110 Return a |FuncRef| that is null. Only useful for testing.
107 111
108 112
109 test_null_job() *test_null_job()* 113 test_null_job() *test_null_job()*
110 Return a |Job| that is null. Only useful for testing. 114 Return a |Job| that is null. Only useful for testing.
111 {only available when compiled with the +job feature} 115 {only available when compiled with the +job feature}