Skip to content

Commit

Permalink
Ruff format does strange things, sometimes
Browse files Browse the repository at this point in the history
  • Loading branch information
jfbu committed Aug 17, 2024
1 parent 0b13dfb commit 6d8d076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_builders/test_build_latex.py
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,7 @@ def test_reference_in_caption_and_codeblock_in_footnote(app):
'\\begin{footnote}[12]\\sphinxAtStartFootnote\n'
'Third footnote in longtable\n'
) in result
assert ('\\end{sphinxVerbatim}\n%\n\\end{footnote}.\n') in result
assert '\\end{sphinxVerbatim}\n%\n\\end{footnote}.\n' in result
assert '\\begin{sphinxVerbatim}[commandchars=\\\\\\{\\}]' in result


Expand Down

0 comments on commit 6d8d076

Please sign in to comment.