summaryrefslogtreecommitdiff
path: root/tests/test_intl.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_intl.py')
-rw-r--r--tests/test_intl.py2
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