Skip to content

Commit

Permalink
fix assert for multiple authors
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamd committed Jan 14, 2025
1 parent 13829d9 commit fdc73fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_files/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def test_citation_features(pandoc_plugin):
# Check various citation formats
assert "(2019)" in result # Suppressed author
assert "(see Author and Author 2019, p. 123)" in result # Prefix and suffix
assert "Author and Author 2019; Author and Author 2019" in result # Multiple citations
assert "Author and Author 2019a, b" in result # Multiple citations


def test_bibliography_controls(plugin):
Expand Down

0 comments on commit fdc73fc

Please sign in to comment.