We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b9955 commit 51092e3Copy full SHA for 51092e3
tests/test_builders/test_build_latex.py
@@ -982,12 +982,11 @@ def test_reference_in_caption_and_codeblock_in_footnote(app):
982
assert '\\chapter{The section with a reference to {[}AuthorYear{]}}' in result
983
assert (
984
'\\sphinxcaption{The table title with a reference'
985
- ' to {[}AuthorYear{]}}' in result
986
- )
+ ' to {[}AuthorYear{]}}'
+ ) in result
987
988
'\\subsubsection*{The rubric title with a reference to {[}AuthorYear{]}}'
989
- in result
990
991
992
'\\chapter{The section with a reference to \\sphinxfootnotemark[6]}\n'
993
'\\label{\\detokenize{index:the-section-with-a-reference-to}}'
0 commit comments