From 99fa721944dda9d07c53c907c33466728df5c271 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 26 Apr 2020 15:59:55 +0200 Subject: patch 8.2.0644: insufficient testing for invalid function arguments Problem: Insufficient testing for invalid function arguments. Solution: Add more tests. (Yegappan Lakshmanan, closes #5988) --- src/testdir/test_clientserver.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'src/testdir/test_clientserver.vim') diff --git a/src/testdir/test_clientserver.vim b/src/testdir/test_clientserver.vim index 4a48aed91c..152a2e1772 100644 --- a/src/testdir/test_clientserver.vim +++ b/src/testdir/test_clientserver.vim @@ -164,6 +164,7 @@ func Test_client_server() endif endtry + call assert_fails('call remote_startserver([])', 'E730:') call assert_fails("let x = remote_peek([])", 'E730:') call assert_fails("let x = remote_read('vim10')", 'E277:') call assert_fails("call server2client('abc', 'xyz')", 'E258:') -- cgit v1.2.3