diff options
| author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2019-08-19 19:41:38 +0000 |
|---|---|---|
| committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2019-08-19 19:41:38 +0000 |
| commit | c079e08767b0843368d4d49783338fd36932b006 (patch) | |
| tree | f7307077fd707706c6ab5c284d457d5269c5a5b2 /test/functional/input | |
| parent | 3d63c85ceb9a902471ddefc00ef850821f77bc88 (diff) | |
| download | docutils-c079e08767b0843368d4d49783338fd36932b006.tar.gz | |
Add regression test for odt contents
Fix: xml.etree.ElementTree Element.getchildren deprecated warning
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8315 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'test/functional/input')
| -rw-r--r-- | test/functional/input/odt_contents.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/functional/input/odt_contents.txt b/test/functional/input/odt_contents.txt new file mode 100644 index 000000000..1a3150741 --- /dev/null +++ b/test/functional/input/odt_contents.txt @@ -0,0 +1,15 @@ +================= +Table of contents +================= + +.. contents:: + +In short +======== + +Regression to test table of contents construction + +End +=== + +this |
