1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 17:23:15 +02:00

tests: add tests on filter functions

This commit is contained in:
Sébastien Helleu
2022-09-17 18:56:35 +02:00
parent be7380f9b3
commit a00edcf50e
10 changed files with 336 additions and 0 deletions
+3
View File
@@ -251,6 +251,9 @@ gui_filter_search_by_name (const char *name)
{
struct t_gui_filter *ptr_filter;
if (!name)
return NULL;
for (ptr_filter = gui_filters; ptr_filter;
ptr_filter = ptr_filter->next_filter)
{