Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix my cleanup
  • Loading branch information
waylan committed Jul 30, 2025
commit da1e20d35d298f800d5b91ae224b4162e69f139b
2 changes: 1 addition & 1 deletion tests/test_syntax/extensions/test_footnotes.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ def test_footnote_references_within_loose_list(self):
'title="Jump back to footnote 2 in the text">&#8617;</a></p>\n'
'</li>\n'
'</ol>\n'
'</div>\n'
'</div>'
)

def test_footnote_reference_within_html(self):
Expand Down