Add testcase for reversed toctree

This commit is contained in:
Takeshi KOMIYA
2016-10-12 19:32:48 +09:00
parent 8481ed3560
commit f22bbf668d
2 changed files with 35 additions and 4 deletions

View File

@@ -1,6 +1,9 @@
test-toctree-glob
=================
normal order
------------
.. toctree::
:glob:
@@ -9,3 +12,16 @@ test-toctree-glob
bar/*
baz
qux/index
reversed order
-------------
.. toctree::
:glob:
:reverse:
foo
bar/index
bar/*
baz
qux/index