diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-01-29 10:24:21 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-01-29 10:24:21 +0100 |
commit | 083662cb34bbadd8dfa887cc02aa2f7d21ff8f88 (patch) | |
tree | 2e3678a3582a59213df87a3cac1f19db8b50d4d7 /doc/fr | |
parent | bf9cf3875fbd70f06b2d166a7b842e45f17f9817 (diff) | |
download | weechat-083662cb34bbadd8dfa887cc02aa2f7d21ff8f88.zip |
tests: add tests on GUI chat functions
Functions tested:
- gui_chat_utf_char_valid
- gui_chat_char_size_screen
- gui_chat_strlen
- gui_chat_strlen_screen
- gui_chat_string_add_offset
- gui_chat_string_add_offset_screen
- gui_chat_string_real_pos
- gui_chat_string_pos
- gui_chat_get_word_info
- gui_chat_printf_date_tags_internal
- gui_chat_printf_date_tags
- gui_chat_printf_y
Diffstat (limited to 'doc/fr')
-rw-r--r-- | doc/fr/weechat_dev.fr.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/fr/weechat_dev.fr.adoc b/doc/fr/weechat_dev.fr.adoc index 6438dfb9d..70a04c796 100644 --- a/doc/fr/weechat_dev.fr.adoc +++ b/doc/fr/weechat_dev.fr.adoc @@ -422,6 +422,7 @@ Le cœur de WeeChat est situé dans les répertoires suivants : | test-core-utf8.cpp | Tests : UTF-8. | test-core-util.cpp | Tests : fonctions utiles. | gui/ | Racine des tests unitaires pour les interfaces. +| test-gui-chat.cpp | Tests : fonctions de discussion. | test-gui-color.cpp | Tests : couleurs. | test-gui-line.cpp | Tests : lignes. | test-gui-nick.cpp | Tests : pseudos. |