diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-07-10 19:20:09 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-07-10 19:20:09 +0200 |
commit | 82a92bd4e9bc2330b9c25cc1a54be658bff1312e (patch) | |
tree | 465924f1a3514f4dbb5cf9b00fe7a543ffd45e26 /doc/ja | |
parent | 162ca1fadef0bbda3d034e1da864684be4fa10e6 (diff) | |
download | weechat-82a92bd4e9bc2330b9c25cc1a54be658bff1312e.zip |
irc: add unit tests on ignore functions
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/weechat_dev.ja.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ja/weechat_dev.ja.adoc b/doc/ja/weechat_dev.ja.adoc index a856cc63b..d15d584c4 100644 --- a/doc/ja/weechat_dev.ja.adoc +++ b/doc/ja/weechat_dev.ja.adoc @@ -408,7 +408,13 @@ WeeChat "core" は以下のディレクトリに配置されています: | test-gui-line.cpp | テスト: 行 | plugins/ | プラグインの単体テストを収める最上位ディレクトリ | irc/ | IRC プラグインの単体テストを収める最上位ディレクトリ +// TRANSLATION MISSING +| test-irc-color.cpp | Tests: IRC colors. | test-irc-config.cpp | テスト: IRC 設定 +// TRANSLATION MISSING +| test-irc-ignore.cpp | Tests: IRC ignores. +// TRANSLATION MISSING +| test-irc-mode.cpp | Tests: IRC modes. | test-irc-protocol.cpp | テスト: IRC プロトコル |=== |