diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-10-28 16:12:56 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-10-28 16:12:56 +0000 |
| commit | 5eaa35732246484d010b80d2848eba8cd77158d8 (patch) | |
| tree | 0b195e0c6680f2e84fb7a8c64a0c3e960a191e87 /test/functional/expected | |
| parent | 1c603453f1653f485cf9246a50f5cb817cc7408c (diff) | |
| download | docutils-5eaa35732246484d010b80d2848eba8cd77158d8.tar.gz | |
added the "container" element & directive, a generic container
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3963 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'test/functional/expected')
| -rw-r--r-- | test/functional/expected/standalone_rst_html4css1.html | 4 | ||||
| -rw-r--r-- | test/functional/expected/standalone_rst_pseudoxml.txt | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/test/functional/expected/standalone_rst_html4css1.html b/test/functional/expected/standalone_rst_html4css1.html index e14d5a72d..a781aa784 100644 --- a/test/functional/expected/standalone_rst_html4css1.html +++ b/test/functional/expected/standalone_rst_html4css1.html @@ -958,6 +958,10 @@ crunchy, now would it?</td> <p>There should be five messages in the following, auto-generated section, "Docutils System Messages":</p> <!-- section should be added by Docutils automatically --> +<div class="custom container"> +<p>paragraph 1</p> +<p>paragraph 2</p> +</div> </div> <div class="system-messages section"> <h1><a>Docutils System Messages</a></h1> diff --git a/test/functional/expected/standalone_rst_pseudoxml.txt b/test/functional/expected/standalone_rst_pseudoxml.txt index 6af1c9ded..22c8f4bde 100644 --- a/test/functional/expected/standalone_rst_pseudoxml.txt +++ b/test/functional/expected/standalone_rst_pseudoxml.txt @@ -1798,6 +1798,11 @@ section, "Docutils System Messages": <comment xml:space="preserve"> section should be added by Docutils automatically + <container classes="custom"> + <paragraph> + paragraph 1 + <paragraph> + paragraph 2 <section classes="system-messages"> <title> Docutils System Messages |
