diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-12-31 20:43:16 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-31 20:43:16 +0900 |
commit | 1cae50f74833fc3506ebee19462e0a1457638352 (patch) | |
tree | 5e7b9714b84288b1ca04438b73611a78aa4c23df /tests/test_build_html5.py | |
parent | 1b664248f4ed5e00f89574bd6568e86b29a9df0f (diff) | |
parent | 0059c05a857f4144e4eea8b3d2908e906cf7de49 (diff) | |
download | sphinx-git-1cae50f74833fc3506ebee19462e0a1457638352.tar.gz |
Merge branch 'stable' into 4a164170-33e9-4df3-aad2-a13af37b6b43
Diffstat (limited to 'tests/test_build_html5.py')
-rw-r--r-- | tests/test_build_html5.py | 4 |
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"), |