summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2015-05-15 22:17:59 +0200
committerSébastien Helleu <flashcode@flashtux.org>2015-05-15 22:17:59 +0200
commit4b5bc0ac8dade25bb2faca11b21ca0603dda31f9 (patch)
tree64b1aa13a930e5cbf4ff622a6461305f49b7b044 /doc/en
parent28fccd3f1262f479c9720bd6646e2c48e7d5e558 (diff)
downloadweechat-4b5bc0ac8dade25bb2faca11b21ca0603dda31f9.zip
doc: add missing file test-arraylist.cpp in developer's guide
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_dev.en.asciidoc29
1 files changed, 15 insertions, 14 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]]