forked from aniani/vim
patch 8.2.0493: Vim9: some error messages not tested
Problem: Vim9: some error messages not tested. Solution: Add more tests. Fix uncovered bugs.
This commit is contained in:
@@ -26,6 +26,7 @@ void f_test_null_channel(typval_T *argvars, typval_T *rettv);
|
||||
void f_test_null_dict(typval_T *argvars, typval_T *rettv);
|
||||
void f_test_null_job(typval_T *argvars, typval_T *rettv);
|
||||
void f_test_null_list(typval_T *argvars, typval_T *rettv);
|
||||
void f_test_null_function(typval_T *argvars, typval_T *rettv);
|
||||
void f_test_null_partial(typval_T *argvars, typval_T *rettv);
|
||||
void f_test_null_string(typval_T *argvars, typval_T *rettv);
|
||||
void f_test_unknown(typval_T *argvars, typval_T *rettv);
|
||||
|
||||
Reference in New Issue
Block a user