mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #8632 from tk0miya/fix_test_markup
Fix test: missing compound class for kbd tag
This commit is contained in:
commit
0f1fcdc113
@ -255,7 +255,7 @@ def get_verifier(verify, verify_re):
|
||||
# kbd role
|
||||
'verify',
|
||||
':kbd:`Alt+^`',
|
||||
('<p><kbd class="kbd docutils literal notranslate">'
|
||||
('<p><kbd class="kbd compound docutils literal notranslate">'
|
||||
'<kbd class="kbd docutils literal notranslate">Alt</kbd>'
|
||||
'+'
|
||||
'<kbd class="kbd docutils literal notranslate">^</kbd>'
|
||||
|
Loading…
Reference in New Issue
Block a user