diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-11-26 09:32:56 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-11-26 09:32:56 +0000 |
| commit | bd7d432a7e7d9c2a816e8533d57b1d9c83c880ed (patch) | |
| tree | ff6078a9d83b9888f3521ea41b4adb1e00ed476b /docutils/test/functional/input/data/standard.txt | |
| parent | f581c40df4ed37dbc2f9ec83abb76ed2c05a2ecc (diff) | |
| download | docutils-bd7d432a7e7d9c2a816e8533d57b1d9c83c880ed.tar.gz | |
added functional tests for empty sections and transitions between sections
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2871 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input/data/standard.txt')
| -rw-r--r-- | docutils/test/functional/input/data/standard.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docutils/test/functional/input/data/standard.txt b/docutils/test/functional/input/data/standard.txt index fcf3c7ad8..a8d773242 100644 --- a/docutils/test/functional/input/data/standard.txt +++ b/docutils/test/functional/input/data/standard.txt @@ -64,6 +64,9 @@ Section Title That's it, the text just above this line. +Empty Section +------------- + Transitions ----------- @@ -71,7 +74,9 @@ Here's a transition: --------- -It divides the section. +It divides the section. Transitions may also occur between sections: + +--------- Body Elements ============= |
