summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-05-16 12:37:13 +0200
committerLaurenz <laurmaedje@gmail.com>2024-05-17 15:34:20 +0200
commit87513f90852bbd3939d8168a5a716b44a88b64aa (patch)
tree15955258d047f667337c6d94b13d275afec7bcb7 /tests
parentf535d90b7e46ef27b2b77c42fae2473d22d75027 (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")