diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-01-28 18:32:46 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-01-29 12:41:11 +0100 |
commit | 48c1aebb83dfc3b9d507ed1398c0430982b19b41 (patch) | |
tree | 1b964ae784c6de6a30cc0bca42b3b024a85445ce /doc | |
parent | 81f4b1618038fbb75d2e5157c6e2f92729069199 (diff) | |
download | weechat-48c1aebb83dfc3b9d507ed1398c0430982b19b41.zip |
tests: add tests on gui key functions (issue #1875)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/weechat_dev.en.adoc | 1 | ||||
-rw-r--r-- | doc/fr/weechat_dev.fr.adoc | 1 | ||||
-rw-r--r-- | doc/ja/weechat_dev.ja.adoc | 2 | ||||
-rw-r--r-- | doc/sr/weechat_dev.sr.adoc | 2 |
4 files changed, 6 insertions, 0 deletions
diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc index 18c167355..5ffee709c 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -429,6 +429,7 @@ WeeChat "core" is located in following directories: | test-gui-color.cpp | Tests: colors. | test-gui-filter.cpp | Tests: filters. | test-gui-input.cpp | Tests: input functions. +| test-gui-key.cpp | Tests: keys. | test-gui-line.cpp | Tests: lines. | test-gui-nick.cpp | Tests: nicks. | plugins/ | Root of unit tests for plugins. diff --git a/doc/fr/weechat_dev.fr.adoc b/doc/fr/weechat_dev.fr.adoc index d3f1d2a1c..b50eac0be 100644 --- a/doc/fr/weechat_dev.fr.adoc +++ b/doc/fr/weechat_dev.fr.adoc @@ -431,6 +431,7 @@ Le cœur de WeeChat est situé dans les répertoires suivants : | test-gui-color.cpp | Tests : couleurs. | test-gui-filter.cpp | Tests : filtres. | test-gui-input.cpp | Tests : fonctions d'entrée. +| test-gui-key.cpp | Tests : touches. | test-gui-line.cpp | Tests : lignes. | test-gui-nick.cpp | Tests : pseudos. | plugins/ | Racine des tests unitaires pour les extensions. diff --git a/doc/ja/weechat_dev.ja.adoc b/doc/ja/weechat_dev.ja.adoc index 529c0785e..d494e7272 100644 --- a/doc/ja/weechat_dev.ja.adoc +++ b/doc/ja/weechat_dev.ja.adoc @@ -464,6 +464,8 @@ WeeChat "core" は以下のディレクトリに配置されています: | test-gui-filter.cpp | Tests: filters. // TRANSLATION MISSING | test-gui-input.cpp | Tests: input functions. +// TRANSLATION MISSING +| test-gui-key.cpp | Tests: keys. | test-gui-line.cpp | テスト: 行 // TRANSLATION MISSING | test-gui-nick.cpp | テスト: nicks diff --git a/doc/sr/weechat_dev.sr.adoc b/doc/sr/weechat_dev.sr.adoc index c8387cd97..0b8ad4195 100644 --- a/doc/sr/weechat_dev.sr.adoc +++ b/doc/sr/weechat_dev.sr.adoc @@ -431,6 +431,8 @@ WeeChat „језгро” се налази у следећим директо | test-gui-color.cpp | Тестови: боје. | test-gui-filter.cpp | Тестови: филтери. | test-gui-input.cpp | Тестови: улазне функкције. +// TRANSLATION MISSING +| test-gui-key.cpp | Тестови: keys. | test-gui-line.cpp | Тестови: линије. | test-gui-nick.cpp | Тестови: надимци. | plugins/ | Корен unit тестова додатака. |