diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-09-20 21:42:44 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-09-20 21:42:44 +0200 |
commit | bd3f1b5f0055f04df5e391cf84ccb2c464f7c706 (patch) | |
tree | ceb5121853cf7aad78f1ef50fcbd7df350c6dfc3 | |
parent | 92ecbe29aec77656b78945ac53913b5cec92473c (diff) | |
download | weechat-bd3f1b5f0055f04df5e391cf84ccb2c464f7c706.zip |
doc: add file test-core-calc.cpp in developer's guide
-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 |
3 files changed, 4 insertions, 0 deletions
diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc index 26a1030f8..17fdbf26b 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -389,6 +389,7 @@ WeeChat "core" is located in following directories: | test-plugins.cpp | Tests: plugins. | core/ | Root of unit tests for core. | test-core-arraylist.cpp | Tests: arraylists. +| test-core-calc.cpp | Tests: calculation of expressions. | test-core-eval.cpp | Tests: evaluation of expressions. | test-core-hashtble.cpp | Tests: hashtables. | test-core-hdata.cpp | Tests: hdata. diff --git a/doc/fr/weechat_dev.fr.adoc b/doc/fr/weechat_dev.fr.adoc index a94037c98..45c25a3a2 100644 --- a/doc/fr/weechat_dev.fr.adoc +++ b/doc/fr/weechat_dev.fr.adoc @@ -391,6 +391,7 @@ Le cœur de WeeChat est situé dans les répertoires suivants : | test-plugins.cpp | Tests : extensions. | core/ | Racine des tests unitaires pour le cœur. | test-core-arraylist.cpp | Tests : listes avec tableau (« arraylists »). +| test-core-calc.cpp | Tests : calcul d'expressions. | test-core-eval.cpp | Tests : évaluation d'expressions. | test-core-hashtble.cpp | Tests : tables de hachage. | test-core-hdata.cpp | Tests : hdata. diff --git a/doc/ja/weechat_dev.ja.adoc b/doc/ja/weechat_dev.ja.adoc index c80138d16..56e9eb999 100644 --- a/doc/ja/weechat_dev.ja.adoc +++ b/doc/ja/weechat_dev.ja.adoc @@ -396,6 +396,8 @@ WeeChat "core" は以下のディレクトリに配置されています: | test-plugins.cpp | テスト: プラグイン | core/ | core 向け単体テスト用のルートディレクトリ | test-core-arraylist.cpp | テスト: 配列リスト +// TRANSLATION MISSING +| test-core-calc.cpp | Tests: calculation of expressions. | test-core-eval.cpp | テスト: 式の評価 | test-core-hashtble.cpp | テスト: ハッシュテーブル | test-core-hdata.cpp | テスト: hdata |