Fix test after latex writer change.

This commit is contained in:
Georg Brandl 2008-11-23 15:21:57 +01:00
parent 8fd56e7ece
commit 410ac72590

View File

@ -94,7 +94,7 @@ def test_inline():
# non-interpolation of dashes in option role
verify_re(':option:`--with-option`',
'<p><em( class="xref")?>--with-option</em></p>$',
r'\\emph{\\texttt{--with-option}}$')
r'\\emph{\\texttt{-{-}with-option}}$')
# verify smarty-pants quotes
verify('"John"', '<p>&#8220;John&#8221;</p>', "``John''")