diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-09-11 22:01:23 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-09-11 22:01:23 +0000 |
| commit | 77b4d3fc857f026b735bd906979900c63f314be6 (patch) | |
| tree | 06933b6ce346d1e9e962a12525be873f12382b20 /test/functional/expected | |
| parent | 469baf29f163924dca499b0591ca6f2addba6b35 (diff) | |
| download | docutils-77b4d3fc857f026b735bd906979900c63f314be6.tar.gz | |
clarified test text
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3871 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'test/functional/expected')
| -rw-r--r-- | test/functional/expected/standalone_rst_html4css1.html | 5 | ||||
| -rw-r--r-- | test/functional/expected/standalone_rst_latex.tex | 5 | ||||
| -rw-r--r-- | test/functional/expected/standalone_rst_pseudoxml.txt | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/test/functional/expected/standalone_rst_html4css1.html b/test/functional/expected/standalone_rst_html4css1.html index da34c5fee..4aa0e097d 100644 --- a/test/functional/expected/standalone_rst_html4css1.html +++ b/test/functional/expected/standalone_rst_html4css1.html @@ -712,8 +712,9 @@ This one starts with a literal block. </pre> <p class="compound-last">Compound 4, a paragraph.</p> </div> -<p>Now something <em>really</em> perverted -- a nested compound block. In -LaTeX, the following paragraphs should all be first-line indented:</p> +<p>Now something <em>really</em> perverted -- a nested compound block. This is +just to test that it works at all; the results don't have to be +meaningful.</p> <div class="compound"> <p class="compound-first">Compound 5, block 1 (a paragraph).</p> <div class="compound-middle compound"> diff --git a/test/functional/expected/standalone_rst_latex.tex b/test/functional/expected/standalone_rst_latex.tex index fcdaea338..aa03b5dc0 100644 --- a/test/functional/expected/standalone_rst_latex.tex +++ b/test/functional/expected/standalone_rst_latex.tex @@ -1140,8 +1140,9 @@ This~one~starts~with~a~literal~block. }\end{quote} Compound 4, a paragraph. -Now something \emph{really} perverted -{}- a nested compound block. In -LaTeX, the following paragraphs should all be first-line indented: +Now something \emph{really} perverted -{}- a nested compound block. This is +just to test that it works at all; the results don't have to be +meaningful. Compound 5, block 1 (a paragraph). diff --git a/test/functional/expected/standalone_rst_pseudoxml.txt b/test/functional/expected/standalone_rst_pseudoxml.txt index 1e16812f1..cab207a70 100644 --- a/test/functional/expected/standalone_rst_pseudoxml.txt +++ b/test/functional/expected/standalone_rst_pseudoxml.txt @@ -1351,8 +1351,9 @@ Now something <emphasis> really - perverted -- a nested compound block. In - LaTeX, the following paragraphs should all be first-line indented: + perverted -- a nested compound block. This is + just to test that it works at all; the results don't have to be + meaningful. <compound> <paragraph> Compound 5, block 1 (a paragraph). |
