[Python-checkins] r66482 - doctools/trunk/tests/test_markup.py
georg.brandl
python-checkins at python.org
Tue Sep 16 09:52:19 CEST 2008
Author: georg.brandl
Date: Tue Sep 16 09:52:19 2008
New Revision: 66482
Log:
Adapt markup test to renaming of highlighting escapes.
Modified:
doctools/trunk/tests/test_markup.py
Modified: doctools/trunk/tests/test_markup.py
==============================================================================
--- doctools/trunk/tests/test_markup.py (original)
+++ doctools/trunk/tests/test_markup.py Tue Sep 16 09:52:19 2008
@@ -110,5 +110,5 @@
# 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}')
More information about the Python-checkins
mailing list