diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-12-02 13:17:47 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-12-02 13:17:47 +0100 |
commit | f4926cbd20d5cef4fa8215be374d7337cbd8c257 (patch) | |
tree | 591eb14d61325ad5c70a0bdcb1104de0b3a37a92 /doc | |
parent | ba33e1db7d56d52046e5b5b3a4dd68ba32fee478 (diff) | |
download | weechat-f4926cbd20d5cef4fa8215be374d7337cbd8c257.zip |
tests: rename file test-plugins-api-info.cpp to test-plugin-api-info.cpp
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/weechat_dev.en.adoc | 2 | ||||
-rw-r--r-- | doc/fr/weechat_dev.fr.adoc | 2 | ||||
-rw-r--r-- | doc/ja/weechat_dev.ja.adoc | 2 | ||||
-rw-r--r-- | doc/sr/weechat_dev.sr.adoc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc index 34ce392ff..8eee6afe1 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -403,7 +403,7 @@ WeeChat "core" is located in following directories: | unparse.py | Convert Python code to other languages, used by script testapigen.py. | unit/ | Root of unit tests. | test-plugins.cpp | Tests: plugins. -| test-plugins-api-info.cpp | Tests: plugins API info functions. +| test-plugin-api-info.cpp | Tests: plugin API info functions. | core/ | Root of unit tests for core. | test-core-arraylist.cpp | Tests: arraylists. | test-core-calc.cpp | Tests: calculation of expressions. diff --git a/doc/fr/weechat_dev.fr.adoc b/doc/fr/weechat_dev.fr.adoc index f50c08f48..36e46b54d 100644 --- a/doc/fr/weechat_dev.fr.adoc +++ b/doc/fr/weechat_dev.fr.adoc @@ -405,7 +405,7 @@ Le cœur de WeeChat est situé dans les répertoires suivants : | unparse.py | Conversion de code Python vers d'autres langages, utilisé par le script testapigen.py. | unit/ | Racine des tests unitaires. | test-plugins.cpp | Tests : extensions. -| test-plugins-api-info.cpp | Tests : fonctions info de l'API. +| test-plugin-api-info.cpp | Tests : fonctions info de l'API. | 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. diff --git a/doc/ja/weechat_dev.ja.adoc b/doc/ja/weechat_dev.ja.adoc index eed2eb77b..4b33cd8e3 100644 --- a/doc/ja/weechat_dev.ja.adoc +++ b/doc/ja/weechat_dev.ja.adoc @@ -431,7 +431,7 @@ WeeChat "core" は以下のディレクトリに配置されています: | unit/ | 単体テスト用のルートディレクトリ | test-plugins.cpp | テスト: プラグイン // TRANSLATION MISSING -| test-plugins-api-info.cpp | Tests: plugins API info functions. +| test-plugin-api-info.cpp | Tests: plugin API info functions. | core/ | core 向け単体テスト用のルートディレクトリ | test-core-arraylist.cpp | テスト: 配列リスト // TRANSLATION MISSING diff --git a/doc/sr/weechat_dev.sr.adoc b/doc/sr/weechat_dev.sr.adoc index 201cfe8c6..08c5dcdcf 100644 --- a/doc/sr/weechat_dev.sr.adoc +++ b/doc/sr/weechat_dev.sr.adoc @@ -406,7 +406,7 @@ WeeChat „језгро” се налази у следећим директо | unit/ | Корен unit тестова. | test-plugins.cpp | Тестови: plugins. // TRANSLATION MISSING -| test-plugins-api-info.cpp | Tests: plugins API info functions. +| test-plugin-api-info.cpp | Tests: plugin API info functions. | core/ | Корен unit тестова језгра. | test-core-arraylist.cpp | Тестови: arraylists. | test-core-calc.cpp | Тестови: калкулација израза. |