diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-12-16 00:53:55 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-12-16 00:53:55 +0900 |
commit | 5bc5b8f013ff34a4bbc6ee7b565b1d1d6f7d4a77 (patch) | |
tree | 832ee403ae7be7e809a99156eb3318787c26af58 /tests/test_build_html5.py | |
parent | 5c1a810fe7f4e731f0e379298027550661a6dc8b (diff) | |
parent | 698a0c7741d2d713be0161c4e352e27de6fe34ad (diff) | |
download | sphinx-git-5bc5b8f013ff34a4bbc6ee7b565b1d1d6f7d4a77.tar.gz |
Merge branch 'stable'
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 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"), |