diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2012-02-26 21:26:12 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2012-02-26 21:26:12 +0000 |
| commit | 9bf64e5fdae6b14fc24fa8e6bcdd4639e324235c (patch) | |
| tree | 61d5b31f7f13d49e4ad50f0eed1a1e7e19426f1f /test/functional/input | |
| parent | 7c39680003513997aa56766363a3a9a8cdf9c522 (diff) | |
| download | docutils-9bf64e5fdae6b14fc24fa8e6bcdd4639e324235c.tar.gz | |
Add tests for section levels not supported by LaTeX
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7368 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'test/functional/input')
| -rw-r--r-- | test/functional/input/data/section_titles.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/test/functional/input/data/section_titles.txt b/test/functional/input/data/section_titles.txt new file mode 100644 index 000000000..7dfe97966 --- /dev/null +++ b/test/functional/input/data/section_titles.txt @@ -0,0 +1,28 @@ +Section titles with `inline markup`_ +------------------------------------ + +*emphasized*, H\ :sub:`2`\ O and :math:`x^2` +```````````````````````````````````````````` +Substitutions |fail| +```````````````````` +.. |fail| replace:: work + +Deeply nested sections +---------------------- +In LaTeX and HTML, + +Level 3 +``````` +nested sections + +level 4 +^^^^^^^ +reach at some level + +level 5 +::::::: +(depending on the document class) + +level 6 ++++++++ +an unsupported level. |
