summaryrefslogtreecommitdiff
path: root/tests/test_intl.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-03-22 23:42:56 +0900
committerGitHub <noreply@github.com>2020-03-22 23:42:56 +0900
commit8edae5fe2864450d1e7493844f1a8548eb317c9f (patch)
tree6b459dc5380af508ef3f9209f62405114a69fe37 /tests/test_intl.py
parent9ae34e1757c957703d11178bee20a93f186b6dff (diff)
parent7bbf79c313050dc8117964b2619049870682ce36 (diff)
downloadsphinx-git-8edae5fe2864450d1e7493844f1a8548eb317c9f.tar.gz
Merge pull request #7356 from tk0miya/7301_node_id
Fix #7301: Allow . and _ for node_id
Diffstat (limited to 'tests/test_intl.py')
-rw-r--r--tests/test_intl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_intl.py b/tests/test_intl.py
index ee96490a4..0e7dd4f62 100644
--- a/tests/test_intl.py
+++ b/tests/test_intl.py
@@ -870,7 +870,7 @@ def test_xml_refs_in_python_domain(app):
assert_elem(
para0[0],
['SEE THIS DECORATOR:', 'sensitive_variables()', '.'],
- ['sensitive-sensitive-variables'])
+ ['sensitive.sensitive_variables'])
@sphinx_intl