mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #6230: Inappropriate node_id has been generated by glossary directive
This commit is contained in:
@@ -120,4 +120,4 @@ def test_create_index_by_key(app):
|
||||
assert len(index) == 3
|
||||
assert index[0] == ('D', [('docutils', [[('main', '#term-docutils')], [], None])])
|
||||
assert index[1] == ('P', [('Python', [[('main', '#term-python')], [], None])])
|
||||
assert index[2] == ('ス', [('スフィンクス', [[('main', '#term')], [], 'ス'])])
|
||||
assert index[2] == ('ス', [('スフィンクス', [[('main', '#term-2')], [], 'ス'])])
|
||||
|
||||
Reference in New Issue
Block a user