tests: Add test for tab autocompletion of /msg

Test both latin and UTF-8.
This commit is contained in:
Michael Vetter
2026-03-19 08:55:20 +01:00
parent ee0d325648
commit f6b9903c31
3 changed files with 43 additions and 0 deletions

View File

@@ -7,3 +7,5 @@
*/
void i18n_msg_nickname(void** state);
void i18n_win_nickname(void** state);
void i18n_autocomplete_tab_utf8(void** state);
void i18n_autocomplete_tab_latin(void** state);