diff --git a/tests/test_markup.py b/tests/test_markup.py index fa950a5ae..0bb630223 100644 --- a/tests/test_markup.py +++ b/tests/test_markup.py @@ -299,6 +299,14 @@ def get_verifier(verify, verify_re): ('\\sphinxAtStartPar\n' '\\sphinxkeyboard{\\sphinxupquote{Caps Lock}}'), ), + ( + # kbd role + 'verify', + ':kbd:`sys rq`', + '
sys rq
', + ('\\sphinxAtStartPar\n' + '\\sphinxkeyboard{\\sphinxupquote{sys rq}}'), + ), ( # non-interpolation of dashes in option role 'verify_re',