1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-02 07:46:38 +02:00

tests: add tests on GUI buffer functions

Functions tested:

- gui_buffer_is_reserved_name
- gui_buffer_get_integer
- gui_buffer_get_string
- gui_buffer_get_pointer
This commit is contained in:
Sébastien Helleu
2023-08-25 08:16:36 +02:00
parent 2092715ac7
commit 11943ebaaf
2 changed files with 82 additions and 4 deletions
+2
View File
@@ -124,6 +124,8 @@ TEST(GuiKey, GetCurrentContext)
input_data (gui_buffers, "/input search_stop", NULL, 0);
LONGS_EQUAL(GUI_KEY_CONTEXT_DEFAULT, gui_key_get_current_context ());
gui_buffers->text_search_where = 0;
}
/*