From 1e3ea1319f909dff1321a3036ebe08d9fa01311c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 31 Jan 2024 14:35:04 +0100 Subject: [PATCH] introduce "See also" config --- c.list | 8 +++++ .../writing_tests_for_plugins.md | 32 +++++++++++-------- writerside.cfg | 1 + 3 files changed, 28 insertions(+), 13 deletions(-) create mode 100644 c.list diff --git a/c.list b/c.list new file mode 100644 index 000000000..31f3a8731 --- /dev/null +++ b/c.list @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/topics/tutorials/writing_tests_for_plugins/writing_tests_for_plugins.md b/topics/tutorials/writing_tests_for_plugins/writing_tests_for_plugins.md index 30489baa7..7b5a3c39e 100644 --- a/topics/tutorials/writing_tests_for_plugins/writing_tests_for_plugins.md +++ b/topics/tutorials/writing_tests_for_plugins/writing_tests_for_plugins.md @@ -1,7 +1,7 @@ - - # Testing a Custom Language Plugin + + Tutorial demonstrating how to develop tests for custom language plugin features. > Please see [](testing_plugins.md) for a general introduction. @@ -15,14 +15,20 @@ As an example, the plugin implemented in the [Custom Language Support Tutorial]( > Corresponding parts are linked under **Tested Functionality** on top of each page in this tutorial. > -* [](tests_prerequisites.md) -* [](parsing_test.md) -* [](completion_test.md) -* [](annotator_test.md) -* [](formatter_test.md) -* [](rename_test.md) -* [](folding_test.md) -* [](find_usages_test.md) -* [](commenter_test.md) -* [](reference_test.md) -* [](documentation_test.md) +* [](tests_prerequisites.md) +* [](parsing_test.md) +* [](completion_test.md) +* [](annotator_test.md) +* [](formatter_test.md) +* [](rename_test.md) +* [](folding_test.md) +* [](find_usages_test.md) +* [](commenter_test.md) +* [](reference_test.md) +* [](documentation_test.md) + + + + + + diff --git a/writerside.cfg b/writerside.cfg index c1553b345..a2bf54a38 100644 --- a/writerside.cfg +++ b/writerside.cfg @@ -14,5 +14,6 @@ +