diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-10-20 15:38:19 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-10-20 15:38:19 +0000 |
| commit | cb5eafe8338711d3a356a2754c49e8a8c57f4163 (patch) | |
| tree | a3b84f571d162510972030f63c35451940daa0dc /docutils/test/functional/input/data | |
| parent | 7e120e696bed503a32c2ee722bc14153e356e0c3 (diff) | |
| download | docutils-cb5eafe8338711d3a356a2754c49e8a8c57f4163.tar.gz | |
added functional tests for compound paragraphs
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2737 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input/data')
| -rw-r--r-- | docutils/test/functional/input/data/standard.txt | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/docutils/test/functional/input/data/standard.txt b/docutils/test/functional/input/data/standard.txt index b4d4de4c9..26351be8a 100644 --- a/docutils/test/functional/input/data/standard.txt +++ b/docutils/test/functional/input/data/standard.txt @@ -451,6 +451,42 @@ I recommend you try |Python|_. .. |Python| replace:: Python, *the* best language around +Compound Paragraph +`````````````````` + +.. compound:: + :class: some-class + + Compound 1, paragraph 1. + + Compound 1, paragraph 2. + + * Compound 1, list item one. + * Compound 1, list item two. + +Another compound statement: + +.. compound:: + + Compound 2, a literal block:: + + Compound 2, literal. + + Compound 2, this is a test. + +.. compound:: + + Compound 3, only consisting of one paragraph. + +.. compound:: + + :: + + Compound 4. + This one starts with a literal block. + + Compound 4, a paragraph. + Substitution Definitions ------------------------ |
