diff options
| -rw-r--r-- | tests/test_markup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_markup.py b/tests/test_markup.py index a8ced747..0277d327 100644 --- a/tests/test_markup.py +++ b/tests/test_markup.py @@ -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 |
