comparison src/evalfunc.c @ 24982:4cb423b9250d v8.2.3028

patch 8.2.3028: GUI mouse events not tested Commit: https://github.com/vim/vim/commit/f1e7449d567c630601aa0cec6c663b791785a668 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Mon Jun 21 18:44:26 2021 +0200 patch 8.2.3028: GUI mouse events not tested Problem: GUI mouse events not tested. Solution: Add test_gui_mouse_event(). Add mouse tests. Also add a few viminfo tests. (Yegappan Lakshmanan, closes #8407)
author Bram Moolenaar <Bram@vim.org>
date Mon, 21 Jun 2021 18:45:04 +0200
parents b11f38f77006
children 3b1770226f85
comparison
equal deleted inserted replaced
24981:f8566203119e 24982:4cb423b9250d
1694 ret_void, f_test_garbagecollect_now}, 1694 ret_void, f_test_garbagecollect_now},
1695 {"test_garbagecollect_soon", 0, 0, 0, NULL, 1695 {"test_garbagecollect_soon", 0, 0, 0, NULL,
1696 ret_void, f_test_garbagecollect_soon}, 1696 ret_void, f_test_garbagecollect_soon},
1697 {"test_getvalue", 1, 1, FEARG_1, NULL, 1697 {"test_getvalue", 1, 1, FEARG_1, NULL,
1698 ret_number, f_test_getvalue}, 1698 ret_number, f_test_getvalue},
1699 {"test_gui_mouse_event", 5, 5, 0, NULL,
1700 ret_void, f_test_gui_mouse_event},
1699 {"test_ignore_error", 1, 1, FEARG_1, NULL, 1701 {"test_ignore_error", 1, 1, FEARG_1, NULL,
1700 ret_void, f_test_ignore_error}, 1702 ret_void, f_test_ignore_error},
1701 {"test_null_blob", 0, 0, 0, NULL, 1703 {"test_null_blob", 0, 0, 0, NULL,
1702 ret_blob, f_test_null_blob}, 1704 ret_blob, f_test_null_blob},
1703 {"test_null_channel", 0, 0, 0, NULL, 1705 {"test_null_channel", 0, 0, 0, NULL,