mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix test after latex writer change.
This commit is contained in:
@@ -94,7 +94,7 @@ def test_inline():
|
|||||||
# non-interpolation of dashes in option role
|
# non-interpolation of dashes in option role
|
||||||
verify_re(':option:`--with-option`',
|
verify_re(':option:`--with-option`',
|
||||||
'<p><em( class="xref")?>--with-option</em></p>$',
|
'<p><em( class="xref")?>--with-option</em></p>$',
|
||||||
r'\\emph{\\texttt{--with-option}}$')
|
r'\\emph{\\texttt{-{-}with-option}}$')
|
||||||
|
|
||||||
# verify smarty-pants quotes
|
# verify smarty-pants quotes
|
||||||
verify('"John"', '<p>“John”</p>', "``John''")
|
verify('"John"', '<p>“John”</p>', "``John''")
|
||||||
|
|||||||
Reference in New Issue
Block a user