diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-03-21 02:21:59 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-03-21 02:21:59 +0900 |
commit | 86f0336693df45acdc2e968322bd794171e45eef (patch) | |
tree | 0faf30c4ce4e1c3a1acf3ad3d814848a4592110f /tests/test_intl.py | |
parent | e6cc18cc59e54a26d25c7ec54354b3dfa646c07b (diff) | |
parent | b96a315b5f80c7127b5fad7c6c25ce3a1056ad48 (diff) | |
download | sphinx-git-86f0336693df45acdc2e968322bd794171e45eef.tar.gz |
Merge branch '2.0'
Diffstat (limited to 'tests/test_intl.py')
-rw-r--r-- | tests/test_intl.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_intl.py b/tests/test_intl.py index ddb22ef9f..a052266b8 100644 --- a/tests/test_intl.py +++ b/tests/test_intl.py @@ -606,6 +606,8 @@ def test_html_meta(app): assert expected_expr in result expected_expr = '<meta content="I18N, SPHINX, MARKUP" name="keywords" />' assert expected_expr in result + expected_expr = '<p class="caption"><span class="caption-text">HIDDEN TOC</span></p>' + assert expected_expr in result @sphinx_intl |