summaryrefslogtreecommitdiff
path: root/tests/test_markup.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-04-13 08:35:05 +0000
committerGeorg Brandl <georg@python.org>2009-04-13 08:35:05 +0000
commitae1c7f9d5650f7b4267927e750a3bb64cc3696fb (patch)
tree87cd0084fe1e7a827fb62557f363daa8a14388e5 /tests/test_markup.py
parentb13f61bc4264f08aa231056bc58722eda4a6fe8a (diff)
downloadsphinx-git-ae1c7f9d5650f7b4267927e750a3bb64cc3696fb.tar.gz
Fix a few stylistic nits.
Diffstat (limited to 'tests/test_markup.py')
-rw-r--r--tests/test_markup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_markup.py b/tests/test_markup.py
index 28ec17f56..45beb4565 100644
--- a/tests/test_markup.py
+++ b/tests/test_markup.py
@@ -111,7 +111,8 @@ def test_inline():
def test_latex_escaping():
# correct escaping in normal mode
- yield verify, u'Γ\\\\∞$', None, ur'\(\Gamma\)\textbackslash{}\(\infty\)\$'
+ yield verify, u'Γ\\\\∞$', None, \
+ ur'\(\Gamma\)\textbackslash{}\(\infty\)\$'
# in verbatim code fragments
yield (verify, u'::\n\n @Γ\\∞$[]', None,
u'\\begin{Verbatim}[commandchars=@\\[\\]]\n'