summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-05-16 12:37:13 +0200
committerGitHub <noreply@github.com>2024-05-16 10:37:13 +0000
commit5f5a8f0f3f57f18163533bd60a75c0994a82da71 (patch)
tree757c217af93fc55954200363406227a600efe163 /tests
parent017f2f45666abdc4a1c6a253f0e04a271b5a82c1 (diff)
Bump hayagriva (#4144)
Diffstat (limited to 'tests')
-rw-r--r--tests/ref/issue-3699-cite-twice-et-al.pngbin0 -> 2277 bytes
-rw-r--r--tests/suite/model/cite.typ7
2 files changed, 7 insertions, 0 deletions
diff --git a/tests/ref/issue-3699-cite-twice-et-al.png b/tests/ref/issue-3699-cite-twice-et-al.png
new file mode 100644
index 00000000..0fe48a48
--- /dev/null
+++ b/tests/ref/issue-3699-cite-twice-et-al.png
Binary files differ
diff --git a/tests/suite/model/cite.typ b/tests/suite/model/cite.typ
index df8b7e76..24d6ad04 100644
--- a/tests/suite/model/cite.typ
+++ b/tests/suite/model/cite.typ
@@ -107,3 +107,10 @@ B #cite(<netwok>) #cite(<arrgh>).
#show bibliography: none
#bibliography("/assets/bib/works.bib")
+
+--- issue-3699-cite-twice-et-al ---
+// Citing a second time showed all authors instead of "et al".
+@mcintosh_anxiety \
+@mcintosh_anxiety
+#show bibliography: none
+#bibliography("/assets/bib/works.bib", style: "chicago-author-date")