summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2013-08-21 21:49:14 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2013-08-21 21:49:14 +0000
commitc498f0c7d1cddf6a25a34a4281c3fd804e6478be (patch)
treed0f5bd0eb6c6a105072732da27fa4c59bd60bcf3 /test
parentd03805e4658db7ccd7b97b56d144cf1df169aed5 (diff)
downloaddocutils-c498f0c7d1cddf6a25a34a4281c3fd804e6478be.tar.gz
Simplify visit_inline code.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7715 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'test')
-rw-r--r--test/functional/expected/standalone_rst_latex.tex2
-rw-r--r--test/functional/expected/standalone_rst_xetex.tex2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/expected/standalone_rst_latex.tex b/test/functional/expected/standalone_rst_latex.tex
index f3b59ddbd..f3876a7f1 100644
--- a/test/functional/expected/standalone_rst_latex.tex
+++ b/test/functional/expected/standalone_rst_latex.tex
@@ -1532,7 +1532,7 @@ The following works in most browsers but does not validate
}
\end{quote}
-\foreignlanguage{british}{\DUrole{green}{\DUrole{sc}{British colourful text in small-caps}}}.
+\DUrole{green}{\DUrole{sc}{\foreignlanguage{british}{British colourful text in small-caps}}}.
\end{itemize}
diff --git a/test/functional/expected/standalone_rst_xetex.tex b/test/functional/expected/standalone_rst_xetex.tex
index 86a496d16..5a971b445 100644
--- a/test/functional/expected/standalone_rst_xetex.tex
+++ b/test/functional/expected/standalone_rst_xetex.tex
@@ -1531,7 +1531,7 @@ The following works in most browsers but does not validate
}
\end{quote}
-\foreignlanguage{british}{\DUrole{green}{\DUrole{sc}{British colourful text in small-caps}}}.
+\DUrole{green}{\DUrole{sc}{\foreignlanguage{british}{British colourful text in small-caps}}}.
\end{itemize}