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 0b13dfbCopy full SHA for 0b13dfb
tests/test_builders/test_build_latex.py
@@ -981,13 +981,11 @@ def test_reference_in_caption_and_codeblock_in_footnote(app):
981
) in result
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
- )
+ '\\sphinxcaption{The table title with a reference 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