summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/en/weechat_dev.en.asciidoc29
-rw-r--r--doc/fr/weechat_dev.fr.asciidoc29
-rw-r--r--doc/ja/weechat_dev.ja.asciidoc29
3 files changed, 45 insertions, 42 deletions
diff --git a/doc/en/weechat_dev.en.asciidoc b/doc/en/weechat_dev.en.asciidoc
index 6a2e2260b..70df8dbaa 100644
--- a/doc/en/weechat_dev.en.asciidoc
+++ b/doc/en/weechat_dev.en.asciidoc
@@ -296,20 +296,21 @@ WeeChat "core" is located in following directories:
[width="100%",cols="1v,5",options="header"]
|===
-| Path/file | Description
-| tests/ | Root of tests
-| tests.cpp | Program used to run tests
-| unit/ | Root of unit tests
-| core/ | Root of unit tests for core
-| test-eval.cpp | Tests: evaluation of expressions
-| test-hashtble.cpp | Tests: hashtables
-| test-hdata.cpp | Tests: hdata
-| test-infolist.cpp | Tests: infolists
-| test-list.cpp | Tests: lists
-| test-string.cpp | Tests: strings
-| test-url.cpp | Tests: URLs
-| test-utf8.cpp | Tests: UTF-8
-| test-util.cpp | Tests: utility functions
+| Path/file | Description
+| tests/ | Root of tests
+| tests.cpp | Program used to run tests
+| unit/ | Root of unit tests
+| core/ | Root of unit tests for core
+| test-arraylist.cpp | Tests: arraylists
+| test-eval.cpp | Tests: evaluation of expressions
+| test-hashtble.cpp | Tests: hashtables
+| test-hdata.cpp | Tests: hdata
+| test-infolist.cpp | Tests: infolists
+| test-list.cpp | Tests: lists
+| test-string.cpp | Tests: strings
+| test-url.cpp | Tests: URLs
+| test-utf8.cpp | Tests: UTF-8
+| test-util.cpp | Tests: utility functions
|===
[[documentation_translations]]
diff --git a/doc/fr/weechat_dev.fr.asciidoc b/doc/fr/weechat_dev.fr.asciidoc
index 7928a8577..c899c4dcf 100644
--- a/doc/fr/weechat_dev.fr.asciidoc
+++ b/doc/fr/weechat_dev.fr.asciidoc
@@ -297,20 +297,21 @@ Le cœur de WeeChat est situé dans les répertoires suivants :
[width="100%",cols="1v,5",options="header"]
|===
-| Chemin/fichier | Description
-| tests/ | Racine des tests
-| tests.cpp | Programme utilisé pour lancer les tests
-| unit/ | Racine des tests unitaires
-| core/ | Racine des tests unitaires pour le cœur
-| test-eval.cpp | Tests : évaluation d'expressions
-| test-hashtble.cpp | Tests : tables de hachage
-| test-hdata.cpp | Tests : hdata
-| test-infolist.cpp | Tests : infolists
-| test-list.cpp | Tests : listes
-| test-string.cpp | Tests : chaînes
-| test-url.cpp | Tests : URLs
-| test-utf8.cpp | Tests : UTF-8
-| test-util.cpp | Tests : fonctions utiles
+| Chemin/fichier | Description
+| tests/ | Racine des tests
+| tests.cpp | Programme utilisé pour lancer les tests
+| unit/ | Racine des tests unitaires
+| core/ | Racine des tests unitaires pour le cœur
+| test-arraylist.cpp | Tests : listes avec tableau (« arraylists »)
+| test-eval.cpp | Tests : évaluation d'expressions
+| test-hashtble.cpp | Tests : tables de hachage
+| test-hdata.cpp | Tests : hdata
+| test-infolist.cpp | Tests : infolists
+| test-list.cpp | Tests : listes
+| test-string.cpp | Tests : chaînes
+| test-url.cpp | Tests : URLs
+| test-utf8.cpp | Tests : UTF-8
+| test-util.cpp | Tests : fonctions utiles
|===
[[documentation_translations]]
diff --git a/doc/ja/weechat_dev.ja.asciidoc b/doc/ja/weechat_dev.ja.asciidoc
index 2a961ecd2..fbf6e8d2a 100644
--- a/doc/ja/weechat_dev.ja.asciidoc
+++ b/doc/ja/weechat_dev.ja.asciidoc
@@ -301,20 +301,21 @@ WeeChat "core" は以下のディレクトリに配置されています:
[width="100%",cols="1v,5",options="header"]
|===
-| パス/ファイル名 | 説明
-| tests/ | テスト用のルートディレクトリ
-| tests.cpp | テスト実行に使うプログラム
-| unit/ | 単体テスト用のルートディレクトリ
-| core/ | core 向け単体テスト用のルートディレクトリ
-| test-eval.cpp | テスト: 式の評価
-| test-hashtble.cpp | テスト: ハッシュテーブル
-| test-hdata.cpp | テスト: hdata
-| test-infolist.cpp | テスト: インフォリスト
-| test-list.cpp | テスト: リスト
-| test-string.cpp | テスト: 文字列
-| test-url.cpp | テスト: URL
-| test-utf8.cpp | テスト: UTF-8
-| test-util.cpp | テスト: ユーティリティ関数
+| パス/ファイル名 | 説明
+| tests/ | テスト用のルートディレクトリ
+| tests.cpp | テスト実行に使うプログラム
+| unit/ | 単体テスト用のルートディレクトリ
+| core/ | core 向け単体テスト用のルートディレクトリ
+| test-arraylist.cpp | テスト: 配列リスト
+| test-eval.cpp | テスト: 式の評価
+| test-hashtble.cpp | テスト: ハッシュテーブル
+| test-hdata.cpp | テスト: hdata
+| test-infolist.cpp | テスト: インフォリスト
+| test-list.cpp | テスト: リスト
+| test-string.cpp | テスト: 文字列
+| test-url.cpp | テスト: URL
+| test-utf8.cpp | テスト: UTF-8
+| test-util.cpp | テスト: ユーティリティ関数
|===
[[documentation_translations]]