summaryrefslogtreecommitdiff
path: root/tests/test_build_html5.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_build_html5.py')
-rw-r--r--tests/test_build_html5.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_build_html5.py b/tests/test_build_html5.py
index 12386705e..771994ca6 100644
--- a/tests/test_build_html5.py
+++ b/tests/test_build_html5.py
@@ -119,7 +119,7 @@ def cached_etree_parse():
(".//li/p/strong", r'^command\\n$'),
(".//li/p/strong", r'^program\\n$'),
(".//li/p/em", r'^dfn\\n$'),
- (".//li/p/code/span[@class='pre']", r'^kbd\\n$'),
+ (".//li/p/kbd", r'^kbd\\n$'),
(".//li/p/span", u'File \N{TRIANGULAR BULLET} Close'),
(".//li/p/code/span[@class='pre']", '^a/$'),
(".//li/p/code/em/span[@class='pre']", '^varpart$'),