diff options
author | Georg Brandl <georg@python.org> | 2008-09-16 07:52:19 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-09-16 07:52:19 +0000 |
commit | 2f392028cf760e3835d1351ca2f97edfc72b60ee (patch) | |
tree | 507b6fa5e49794cb277f5b60dcfb3380c6ec372c /tests/test_markup.py | |
parent | d97f2a2c585e9eb1df69a2a8d5aeef1c998af2e0 (diff) | |
download | sphinx-git-2f392028cf760e3835d1351ca2f97edfc72b60ee.tar.gz |
Adapt markup test to renaming of highlighting escapes.
Diffstat (limited to 'tests/test_markup.py')
-rw-r--r-- | tests/test_markup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_markup.py b/tests/test_markup.py index e718e0814..ffc6a0291 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}') |