diff options
Diffstat (limited to 'doc/fr/weechat_dev.fr.asciidoc')
-rw-r--r-- | doc/fr/weechat_dev.fr.asciidoc | 29 |
1 files changed, 15 insertions, 14 deletions
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]] |