summaryrefslogtreecommitdiff
path: root/tests/test_intl.py
diff options
context:
space:
mode:
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>2023-05-09 22:57:39 +0100
committerGitHub <noreply@github.com>2023-05-09 22:57:39 +0100
commit706f5f9cc83f1d62829bb18ad40bfa5e784e202c (patch)
tree1507067d704327404f565136631771b34a447a7e /tests/test_intl.py
parentdb546189ce1d2a345f4399367ced6ecdd538be5d (diff)
downloadsphinx-git-706f5f9cc83f1d62829bb18ad40bfa5e784e202c.tar.gz
Warn on deprecated Python-specific index types (#11412)
Diffstat (limited to 'tests/test_intl.py')
-rw-r--r--tests/test_intl.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/test_intl.py b/tests/test_intl.py
index feabe0e62..54fa113c1 100644
--- a/tests/test_intl.py
+++ b/tests/test_intl.py
@@ -727,13 +727,6 @@ def test_html_index_entries(app):
wrap('a', 'THIRD, FIRST'),
wrap_nest('li', 'ul', 'ENTRY'),
wrap_nest('li', 'ul', 'SEE'),
- wrap('a', 'MODULE'),
- wrap('a', 'KEYWORD'),
- wrap('a', 'OPERATOR'),
- wrap('a', 'OBJECT'),
- wrap('a', 'EXCEPTION'),
- wrap('a', 'STATEMENT'),
- wrap('a', 'BUILTIN'),
]
for expr in expected_exprs:
assert_re_search(expr, result, re.M)