summaryrefslogtreecommitdiff
path: root/tests/test_build_html5.py
diff options
context:
space:
mode:
authorJakob Lykke Andersen <Jakob@caput.dk>2017-12-20 09:06:22 +0100
committerJakob Lykke Andersen <Jakob@caput.dk>2017-12-20 09:06:22 +0100
commit42f557d4b07c6477c84bebc185a6747bad085cb2 (patch)
tree28f27fb8cf88d3195a38b56926ed300098a24af0 /tests/test_build_html5.py
parentc7a145cc1803787a71654fe052ec9005d6a6f0a9 (diff)
parent26ed80d7d75f0fbc71e941a2f338e66a3409e9f9 (diff)
downloadsphinx-git-42f557d4b07c6477c84bebc185a6747bad085cb2.tar.gz
Merge branch 'master' of github.com:sphinx-doc/sphinx
Diffstat (limited to 'tests/test_build_html5.py')
-rw-r--r--tests/test_build_html5.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_build_html5.py b/tests/test_build_html5.py
index 771994ca6..39b064b1c 100644
--- a/tests/test_build_html5.py
+++ b/tests/test_build_html5.py
@@ -251,7 +251,6 @@ def cached_etree_parse():
'contents.html': [
(".//meta[@name='hc'][@content='hcval']", ''),
(".//meta[@name='hc_co'][@content='hcval_co']", ''),
- (".//meta[@name='testopt'][@content='testoverride']", ''),
(".//dt[@class='label']/span[@class='brackets']", r'Ref1'),
(".//dt[@class='label']", ''),
(".//li[@class='toctree-l1']/a", 'Testing various markup'),
@@ -284,9 +283,6 @@ def cached_etree_parse():
(".//a[@href='http://bugs.python.org/issue1000']", "issue 1000"),
(".//a[@href='http://bugs.python.org/issue1042']", "explicit caption"),
],
- '_static/statictmpl.html': [
- (".//project", 'Sphinx <Tests>'),
- ],
'genindex.html': [
# index entries
(".//a/strong", "Main"),