diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-07-24 23:49:45 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-07-24 23:49:45 +0900 |
| commit | 327c1872841bc6a98aa766fc3d7ee921e6d3b658 (patch) | |
| tree | d3424f7aadc4a3118eb7fb72e245b4fbe8391e58 /tests/test_intl.py | |
| parent | dc63eaf196d37c70410d37c3d28297fb513f7f6d (diff) | |
| parent | 5b096c42ff3a907fa7bcce3fa620209da16d40bd (diff) | |
| download | sphinx-git-327c1872841bc6a98aa766fc3d7ee921e6d3b658.tar.gz | |
Merge branch '3.x'
Diffstat (limited to 'tests/test_intl.py')
| -rw-r--r-- | tests/test_intl.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_intl.py b/tests/test_intl.py index d9701343e..8cb978913 100644 --- a/tests/test_intl.py +++ b/tests/test_intl.py @@ -956,9 +956,9 @@ def test_xml_role_xref(app): 'glossary_terms#term-Some-term']) assert_elem( para2[1], - ['LINK TO', 'SAME TYPE LINKS', 'AND', - "I18N ROCK'N ROLE XREF", '.'], - ['same-type-links', 'i18n-role-xref']) + ['LINK TO', 'LABEL', 'AND', + 'SAME TYPE LINKS', 'AND', 'SAME TYPE LINKS', '.'], + ['i18n-role-xref', 'same-type-links', 'same-type-links']) assert_elem( para2[2], ['LINK TO', 'I18N WITH GLOSSARY TERMS', 'AND', 'CONTENTS', '.'], |
