diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2016-08-18 13:06:09 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2016-08-18 13:06:09 +0000 |
| commit | 009ba367cc62f777c375fbe606bb6f2f2e64fe4d (patch) | |
| tree | 24798f43ba3209bcf359fb49d05554fcea075852 /docutils/test/functional/input | |
| parent | 76aaf05017e9d4d6e98a41aa2f570cb446174b15 (diff) | |
| download | docutils-009ba367cc62f777c375fbe606bb6f2f2e64fe4d.tar.gz | |
docutils-xml writer: Fix/improve output with "newlines and "indent".
xmllint says empty elements must not have linebreaks inbetween
(regards transition, image and cospec elements).
Indent text, unless it is FixedText (literal etc.).
Add a functional test for docutils-xml.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7966 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input')
| -rw-r--r-- | docutils/test/functional/input/standalone_rst_docutils_xml.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docutils/test/functional/input/standalone_rst_docutils_xml.txt b/docutils/test/functional/input/standalone_rst_docutils_xml.txt new file mode 100644 index 000000000..05f0287d0 --- /dev/null +++ b/docutils/test/functional/input/standalone_rst_docutils_xml.txt @@ -0,0 +1,7 @@ +.. include:: data/standard.txt +.. include:: data/header_footer.txt +.. include:: data/table_colspan.txt +.. include:: data/table_rowspan.txt +.. include:: data/table_complex.txt +.. include:: data/list_table.txt +.. include:: data/errors.txt |
