[Python-checkins] r65374 - doctools/branches/0.4.x/tests/test_markup.py
benjamin.peterson
python-checkins at python.org
Fri Aug 1 21:36:33 CEST 2008
Author: benjamin.peterson
Date: Fri Aug 1 21:36:32 2008
New Revision: 65374
Log:
fix one broken test
Modified:
doctools/branches/0.4.x/tests/test_markup.py
Modified: doctools/branches/0.4.x/tests/test_markup.py
==============================================================================
--- doctools/branches/0.4.x/tests/test_markup.py (original)
+++ doctools/branches/0.4.x/tests/test_markup.py Fri Aug 1 21:36:32 2008
@@ -84,7 +84,7 @@
# non-interpolation of dashes in option role
verify(':option:`--with-option`',
- '<p><em>--with-option</em></p>',
+ '<p><em class="xref">--with-option</em></p>',
r'\emph{\texttt{--with-option}}')
# verify smarty-pants quotes
More information about the Python-checkins
mailing list