From 2f392028cf760e3835d1351ca2f97edfc72b60ee Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 16 Sep 2008 07:52:19 +0000 Subject: [PATCH] Adapt markup test to renaming of highlighting escapes. --- tests/test_markup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}')