diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2020-09-01 21:49:48 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2020-09-01 21:49:48 +0000 |
| commit | b600e30b255e45720b89442f0b88b6f25c364edd (patch) | |
| tree | 7c5749a2e96cb18a878ce5049b07e227fb4f8700 /docutils/test/functional | |
| parent | 8fa780dd5ded17e434f941b3b1588ac02253d8c0 (diff) | |
| download | docutils-b600e30b255e45720b89442f0b88b6f25c364edd.tar.gz | |
Formatting (no change to functionality).
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8550 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional')
| -rw-r--r-- | docutils/test/functional/expected/latex_memoir.tex | 3 | ||||
| -rw-r--r-- | docutils/test/functional/expected/standalone_rst_latex.tex | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/docutils/test/functional/expected/latex_memoir.tex b/docutils/test/functional/expected/latex_memoir.tex index a9d53677e..c5647909a 100644 --- a/docutils/test/functional/expected/latex_memoir.tex +++ b/docutils/test/functional/expected/latex_memoir.tex @@ -41,7 +41,8 @@ % \end{DUclass}{spam} tries \endDUCLASSspam \ifx\DUclass\undefined % poor man's "provideenvironment" \newenvironment{DUclass}[1]% - {\def\DocutilsClassFunctionName{DUCLASS#1}% "#1" does not work in end-part of environment. + {% "#1" does not work in end-part of environment. + \def\DocutilsClassFunctionName{DUCLASS#1} \csname \DocutilsClassFunctionName \endcsname}% {\csname end\DocutilsClassFunctionName \endcsname}% \fi diff --git a/docutils/test/functional/expected/standalone_rst_latex.tex b/docutils/test/functional/expected/standalone_rst_latex.tex index aff3702d9..d8c5878d9 100644 --- a/docutils/test/functional/expected/standalone_rst_latex.tex +++ b/docutils/test/functional/expected/standalone_rst_latex.tex @@ -41,7 +41,8 @@ % \end{DUclass}{spam} tries \endDUCLASSspam \ifx\DUclass\undefined % poor man's "provideenvironment" \newenvironment{DUclass}[1]% - {\def\DocutilsClassFunctionName{DUCLASS#1}% "#1" does not work in end-part of environment. + {% "#1" does not work in end-part of environment. + \def\DocutilsClassFunctionName{DUCLASS#1} \csname \DocutilsClassFunctionName \endcsname}% {\csname end\DocutilsClassFunctionName \endcsname}% \fi |
