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:
parent
8fd56e7ece
commit
410ac72590
@ -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>“John”</p>', "``John''")
|
||||
|
Loading…
Reference in New Issue
Block a user