[site] ToC hanged

This commit is contained in:
Anna Bulenkova 2015-04-30 12:34:37 +02:00
parent 2905f5f5b7
commit 2b125d8b12

View File

@ -10,15 +10,15 @@ As an example we will take the plugin implemented in the
[Custom Language Support](cls_tutorial.html)
and cover its code with functional tests.
* [Tests Prerequisites](tutorials/writing_tests_for_plugins/tests_prerequisites.html)
* [Parsing Test](tutorials/writing_tests_for_plugins/parsing_test.html)
* [Completion Test](tutorials/writing_tests_for_plugins/completion_test.html)
* [Annotator Test](tutorials/writing_tests_for_plugins/annotator_test.html)
* [Formatter Test](tutorials/writing_tests_for_plugins/formatter_test.html)
* [Rename Test](tutorials/writing_tests_for_plugins/rename_test.html)
* [Folding Test](tutorials/writing_tests_for_plugins/folding_test.html)
* [Find Usages Test](tutorials/writing_tests_for_plugins/find_usages_test.html)
* [Commenter Test](tutorials/writing_tests_for_plugins/commenter_test.html)
* [Reference Test](tutorials/writing_tests_for_plugins/reference_test.html)
* [1. Tests Prerequisites](tutorials/writing_tests_for_plugins/tests_prerequisites.html)
* [2. Parsing Test](tutorials/writing_tests_for_plugins/parsing_test.html)
* [3. Completion Test](tutorials/writing_tests_for_plugins/completion_test.html)
* [4. Annotator Test](tutorials/writing_tests_for_plugins/annotator_test.html)
* [5. Formatter Test](tutorials/writing_tests_for_plugins/formatter_test.html)
* [6. Rename Test](tutorials/writing_tests_for_plugins/rename_test.html)
* [7. Folding Test](tutorials/writing_tests_for_plugins/folding_test.html)
* [8. Find Usages Test](tutorials/writing_tests_for_plugins/find_usages_test.html)
* [9. Commenter Test](tutorials/writing_tests_for_plugins/commenter_test.html)
* [10. Reference Test](tutorials/writing_tests_for_plugins/reference_test.html)
The final code can be found on [GitHub](http://github.com/cheptsov/SimplePlugin).