diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-10-24 20:27:30 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-24 20:27:30 +0900 |
commit | 6e1c78f3b4af68e852a97d8707cf542b1e9b5f7c (patch) | |
tree | f733cde368a76f7f5d2113d64f40fa8c7853e9e3 /tests/test_build_html.py | |
parent | c8f018bfd3f8dbe58ca4b4929c26d354bc09cf3d (diff) | |
parent | 4f19f400bfb22f0549c69718f193371c6d9208fa (diff) | |
download | sphinx-git-6e1c78f3b4af68e852a97d8707cf542b1e9b5f7c.tar.gz |
Merge pull request #8295 from tk0miya/refactor_root
refactor: Remove rst_epilog from test-root/conf.py
Diffstat (limited to 'tests/test_build_html.py')
-rw-r--r-- | tests/test_build_html.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_build_html.py b/tests/test_build_html.py index 8cd541481..1f9f8eac7 100644 --- a/tests/test_build_html.py +++ b/tests/test_build_html.py @@ -258,7 +258,7 @@ def test_html4_output(app, status, warning): (".//pre/strong", 'try_stmt'), (".//pre/a[@href='#grammar-token-try1_stmt']/code/span", 'try1_stmt'), # tests for ``only`` directive - (".//p", 'A global substitution.'), + (".//p", 'A global substitution!'), (".//p", 'In HTML.'), (".//p", 'In both.'), (".//p", 'Always present'), |