diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-03-02 00:45:50 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-03-07 02:00:50 +0900 |
commit | 729efd28b043da163059e14f2122c1e88a11b64b (patch) | |
tree | 86978418644f76151fbe31ec1b22df9aa52dcdd1 /tests/test_intl.py | |
parent | 5ff3b9dc4d07b5c324680e17b2aeaa298e619a9a (diff) | |
download | sphinx-git-729efd28b043da163059e14f2122c1e88a11b64b.tar.gz |
py domain: Generate node_id for objects in the right way
Diffstat (limited to 'tests/test_intl.py')
-rw-r--r-- | tests/test_intl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_intl.py b/tests/test_intl.py index 0e7dd4f62..ee96490a4 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 |