summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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")