Skip to content

Commit

Permalink
Merge pull request #8632 from tk0miya/fix_test_markup
Browse files Browse the repository at this point in the history
Fix test: missing compound class for kbd tag
  • Loading branch information
tk0miya committed Dec 31, 2020
2 parents b31b8df + 2eb8927 commit 0f1fcdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_markup.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def get(name):
# 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>'
Expand Down

0 comments on commit 0f1fcdc

Please sign in to comment.