diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-04-01 22:11:01 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-04-01 22:11:01 +0200 |
commit | e69f6d044c420d41dced9ba96a3b90f25788e39a (patch) | |
tree | 93ea671c8ff74e5ba89808a4561f36cdfc5f4b5c /runtime/doc/testing.txt | |
parent | a8c1770469504ae66c80bbdb03b6b31641215848 (diff) | |
download | vim-git-e69f6d044c420d41dced9ba96a3b90f25788e39a.tar.gz |
patch 8.2.0493: Vim9: some error messages not testedv8.2.0493
Problem: Vim9: some error messages not tested.
Solution: Add more tests. Fix uncovered bugs.
Diffstat (limited to 'runtime/doc/testing.txt')
-rw-r--r-- | runtime/doc/testing.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/testing.txt b/runtime/doc/testing.txt index 82dc77ecb..458aa7cbb 100644 --- a/runtime/doc/testing.txt +++ b/runtime/doc/testing.txt @@ -106,6 +106,10 @@ test_null_dict() *test_null_dict()* Return a |Dict| that is null. Only useful for testing. +test_null_function() *test_null_function()* + Return a |FuncRef| that is null. Only useful for testing. + + test_null_job() *test_null_job()* Return a |Job| that is null. Only useful for testing. {only available when compiled with the +job feature} |