From e69f6d044c420d41dced9ba96a3b90f25788e39a Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 1 Apr 2020 22:11:01 +0200 Subject: patch 8.2.0493: Vim9: some error messages not tested Problem: Vim9: some error messages not tested. Solution: Add more tests. Fix uncovered bugs. --- runtime/doc/testing.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'runtime/doc/testing.txt') 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} -- cgit v1.2.1