diff options
author | Georg Brandl <georg@python.org> | 2009-05-10 20:59:55 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-05-10 20:59:55 +0200 |
commit | a07daf48cff915e20321ade0894f89bc1bd44a9c (patch) | |
tree | b409376f045246cbca2c454ff5abc0bad1cd2314 /tests/test_markup.py | |
parent | 297ceab68667026abfb4cb571f3aafd5c231f812 (diff) | |
parent | ef01782f42aaacadb50cc702584c0317f2d6ce54 (diff) | |
download | sphinx-git-a07daf48cff915e20321ade0894f89bc1bd44a9c.tar.gz |
merge with 0.6
Diffstat (limited to 'tests/test_markup.py')
-rw-r--r-- | tests/test_markup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_markup.py b/tests/test_markup.py index 45beb4565..0c5e74680 100644 --- a/tests/test_markup.py +++ b/tests/test_markup.py @@ -111,8 +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' |