diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-01-08 15:24:05 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-01-08 15:24:05 +0000 |
| commit | 747eda556d17fe17cc6f6609989968a5b70bc379 (patch) | |
| tree | 31065241f768283b66d36d986cc1b807b68db7b2 /docutils/test/functional | |
| parent | 2e61d46b801c10116da911ce43e6e3e0110092cc (diff) | |
| download | docutils-747eda556d17fe17cc6f6609989968a5b70bc379.tar.gz | |
Small fixes.
Avoid spurious blank lines in LaTeX output.
Update comments, trim whitespace.
Todo entry for minor parsing bug.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8602 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional')
3 files changed, 0 insertions, 6 deletions
diff --git a/docutils/test/functional/expected/latex_memoir.tex b/docutils/test/functional/expected/latex_memoir.tex index 9a97411a8..0ca82549e 100644 --- a/docutils/test/functional/expected/latex_memoir.tex +++ b/docutils/test/functional/expected/latex_memoir.tex @@ -1522,7 +1522,6 @@ Fifth test in LaTeX.\\Line two. } \begin{DUclass}{custom} - paragraph 1 paragraph 2 @@ -2042,7 +2041,6 @@ it to set 2 paragraphs and a list in small caps: \newcommand*{\DUCLASSscshape}{\scshape} \begin{DUclass}{scshape} - paragraph 1 paragraph 2 diff --git a/docutils/test/functional/expected/standalone_rst_latex.tex b/docutils/test/functional/expected/standalone_rst_latex.tex index 17873cd8b..7678d3e2d 100644 --- a/docutils/test/functional/expected/standalone_rst_latex.tex +++ b/docutils/test/functional/expected/standalone_rst_latex.tex @@ -1526,7 +1526,6 @@ Fifth test in LaTeX.\\Line two. } \begin{DUclass}{custom} - paragraph 1 paragraph 2 @@ -2046,7 +2045,6 @@ it to set 2 paragraphs and a list in small caps: \newcommand*{\DUCLASSscshape}{\scshape} \begin{DUclass}{scshape} - paragraph 1 paragraph 2 diff --git a/docutils/test/functional/expected/standalone_rst_xetex.tex b/docutils/test/functional/expected/standalone_rst_xetex.tex index 3838f1e6a..8150e4469 100644 --- a/docutils/test/functional/expected/standalone_rst_xetex.tex +++ b/docutils/test/functional/expected/standalone_rst_xetex.tex @@ -1412,7 +1412,6 @@ Fifth test in LaTeX.\\Line two. } \begin{DUclass}{custom} - paragraph 1 paragraph 2 @@ -1932,7 +1931,6 @@ it to set 2 paragraphs and a list in small caps: \newcommand*{\DUCLASSscshape}{\scshape} \begin{DUclass}{scshape} - paragraph 1 paragraph 2 |
