summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgeorg.brandl <devnull@localhost>2008-09-16 07:52:19 +0000
committergeorg.brandl <devnull@localhost>2008-09-16 07:52:19 +0000
commitc71ac9a3d6b205960d04fda3d410e294e5d2df48 (patch)
tree507b6fa5e49794cb277f5b60dcfb3380c6ec372c
parent5833b362745e5f9264861ed03fffe4ef3400b0af (diff)
downloadsphinx-c71ac9a3d6b205960d04fda3d410e294e5d2df48.tar.gz
Adapt markup test to renaming of highlighting escapes.
-rw-r--r--tests/test_markup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_markup.py b/tests/test_markup.py
index e718e081..ffc6a029 100644
--- a/tests/test_markup.py
+++ b/tests/test_markup.py
@@ -110,5 +110,5 @@ def test_latex_escaping():
# in verbatim code fragments
verify(u'::\n\n @Γ\\∞$[]', None,
u'\\begin{Verbatim}[commandchars=@\\[\\]]\n'
- u'@at[]@(@Gamma@)\\@(@infty@)@$@lb[]@rb[]\n'
+ u'@PYGZat[]@(@Gamma@)\\@(@infty@)@$@PYGZlb[]@PYGZrb[]\n'
u'\\end{Verbatim}')