summaryrefslogtreecommitdiff
path: root/tests/test_build_html5.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2017-12-15 22:28:30 +0900
committerGitHub <noreply@github.com>2017-12-15 22:28:30 +0900
commit698a0c7741d2d713be0161c4e352e27de6fe34ad (patch)
tree10df2170b1d865affdeb7fc91ae34e671b862208 /tests/test_build_html5.py
parent49e1fbe0df95267f1b1e9e5f606fa8398cfba44b (diff)
parentc250c63daaf67e9ca3f24ed9974d17016326de07 (diff)
downloadsphinx-git-698a0c7741d2d713be0161c4e352e27de6fe34ad.tar.gz
Merge pull request #4302 from tk0miya/diet_test-root
Diet testcases
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 7fc91b9ec..4ad282973 100644
--- a/tests/test_build_html5.py
+++ b/tests/test_build_html5.py
@@ -252,7 +252,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'),
@@ -285,9 +284,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"),