diff options
Diffstat (limited to 'tests/roots/test-tocdepth/foo.rst')
-rw-r--r-- | tests/roots/test-tocdepth/foo.rst | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/roots/test-tocdepth/foo.rst b/tests/roots/test-tocdepth/foo.rst new file mode 100644 index 0000000..61fd539 --- /dev/null +++ b/tests/roots/test-tocdepth/foo.rst @@ -0,0 +1,26 @@ +=== +Foo +=== + +should be 1 + +Foo A +===== + +should be 1.1 + +Foo A1 +------ + +should be 1.1.1 + +Foo B +===== + +should be 1.2 + +Foo B1 +------ + +should be 1.2.1 + |