summaryrefslogtreecommitdiff
path: root/tests/test_build_html.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_build_html.py')
-rw-r--r--tests/test_build_html.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/test_build_html.py b/tests/test_build_html.py
index f6f350152..98eb56250 100644
--- a/tests/test_build_html.py
+++ b/tests/test_build_html.py
@@ -289,11 +289,11 @@ def test_html4_output(app, status, warning):
(".//a[@class='reference internal'][@href='#errmod-error']/strong", 'Error'),
# C references
(".//span[@class='pre']", 'CFunction()'),
- (".//a[@href='#c-sphinx-dosomething']", ''),
- (".//a[@href='#c-sphinxstruct-member']", ''),
- (".//a[@href='#c-sphinx-use-python']", ''),
- (".//a[@href='#c-sphinxtype']", ''),
- (".//a[@href='#c-sphinx-global']", ''),
+ (".//a[@href='#c.Sphinx_DoSomething']", ''),
+ (".//a[@href='#c.SphinxStruct.member']", ''),
+ (".//a[@href='#c.SPHINX_USE_PYTHON']", ''),
+ (".//a[@href='#c.SphinxType']", ''),
+ (".//a[@href='#c.sphinx_global']", ''),
# test global TOC created by toctree()
(".//ul[@class='current']/li[@class='toctree-l1 current']/a[@href='#']",
'Testing object descriptions'),