diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-09-29 13:52:58 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-10-01 18:31:41 +0200 |
commit | a8ca4b5b3aa6647eb574fcf3ad94b6e2f050ba92 (patch) | |
tree | 5a474a53540dac5a066a10a42a96d31267cfc4a6 /doc/ja | |
parent | daad5582912d0aa96d83b7703dc924766ad0eb08 (diff) | |
download | weechat-a8ca4b5b3aa6647eb574fcf3ad94b6e2f050ba92.zip |
tests: add tests on GUI color functions
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/weechat_dev.ja.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ja/weechat_dev.ja.adoc b/doc/ja/weechat_dev.ja.adoc index a4481915e..009633ce3 100644 --- a/doc/ja/weechat_dev.ja.adoc +++ b/doc/ja/weechat_dev.ja.adoc @@ -412,6 +412,8 @@ WeeChat "core" は以下のディレクトリに配置されています: | test-core-utf8.cpp | テスト: UTF-8 | test-core-util.cpp | テスト: ユーティリティ関数 | gui/ | インターフェースの単体テストを収める最上位ディレクトリ +// TRANSLATION MISSING +| test-gui-color.cpp | Tests: colors. | test-gui-line.cpp | テスト: 行 // TRANSLATION MISSING | test-gui-nick.cpp | テスト: nicks |