diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-11-18 19:23:52 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-11-18 19:23:52 +0000 |
| commit | a042f4449b8f43fc77f33ecc46771d5cfc2c48ef (patch) | |
| tree | d3c94f002bb541320b8bcfbddf92c98844408c38 /docutils/test/functional/input | |
| parent | 15afe1de624a5c61ab1a79ef67b736af97ccb3f4 (diff) | |
| download | docutils-a042f4449b8f43fc77f33ecc46771d5cfc2c48ef.tar.gz | |
moved container test to the end of standard.txt test data file;
implemented container for latex2e
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4076 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input')
| -rw-r--r-- | docutils/test/functional/input/data/standard.txt | 9 | ||||
| -rw-r--r-- | docutils/test/functional/input/standalone_rst_html4css1.txt | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/docutils/test/functional/input/data/standard.txt b/docutils/test/functional/input/data/standard.txt index ea904eaec..c3e12d199 100644 --- a/docutils/test/functional/input/data/standard.txt +++ b/docutils/test/functional/input/data/standard.txt @@ -731,3 +731,12 @@ This is the :raw-role:`fourth test` with myrawroleclass set. .. raw:: latex Fifth test in LaTeX.\\Line two. + +Container +--------- + +.. container:: custom + + paragraph 1 + + paragraph 2 diff --git a/docutils/test/functional/input/standalone_rst_html4css1.txt b/docutils/test/functional/input/standalone_rst_html4css1.txt index 4b1e2fdda..05f0287d0 100644 --- a/docutils/test/functional/input/standalone_rst_html4css1.txt +++ b/docutils/test/functional/input/standalone_rst_html4css1.txt @@ -5,9 +5,3 @@ .. include:: data/table_complex.txt .. include:: data/list_table.txt .. include:: data/errors.txt - -.. container:: custom - - paragraph 1 - - paragraph 2 |
