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