mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix a spelling typo in tests (s/änhlich/ähnlich)
This commit is contained in:
parent
2d1ed64714
commit
4235195e77
@ -18,5 +18,5 @@ test-glossary
|
||||
über
|
||||
Gewisse
|
||||
|
||||
änhlich
|
||||
ähnlich
|
||||
Dinge
|
||||
|
@ -352,7 +352,7 @@ This tests :CLASS:`role names in uppercase`.
|
||||
über
|
||||
Gewisse
|
||||
|
||||
änhlich
|
||||
ähnlich
|
||||
Dinge
|
||||
|
||||
.. productionlist::
|
||||
|
@ -1454,9 +1454,9 @@ def test_latex_glossary(app, status, warning):
|
||||
app.builder.build_all()
|
||||
|
||||
result = (app.outdir / 'python.tex').read_text()
|
||||
assert ('\\item[{änhlich\\index{änhlich@\\spxentry{änhlich}|spxpagem}'
|
||||
assert ('\\item[{ähnlich\\index{ähnlich@\\spxentry{ähnlich}|spxpagem}'
|
||||
r'\phantomsection'
|
||||
r'\label{\detokenize{index:term-anhlich}}}] \leavevmode' in result)
|
||||
r'\label{\detokenize{index:term-ahnlich}}}] \leavevmode' in result)
|
||||
assert (r'\item[{boson\index{boson@\spxentry{boson}|spxpagem}\phantomsection'
|
||||
r'\label{\detokenize{index:term-boson}}}] \leavevmode' in result)
|
||||
assert (r'\item[{\sphinxstyleemphasis{fermion}'
|
||||
|
Loading…
Reference in New Issue
Block a user