Merge pull request #8632 from tk0miya/fix_test_markup

Fix test: missing compound class for kbd tag
This commit is contained in:
Takeshi KOMIYA 2020-12-31 21:30:56 +09:00 committed by GitHub
commit 0f1fcdc113
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>'