summaryrefslogtreecommitdiff
path: root/tests/typ/meta
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/meta')
-rw-r--r--tests/typ/meta/bibliography.typ2
-rw-r--r--tests/typ/meta/outline-entry.typ2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/meta/bibliography.typ b/tests/typ/meta/bibliography.typ
index 40d281fa..07c17dc6 100644
--- a/tests/typ/meta/bibliography.typ
+++ b/tests/typ/meta/bibliography.typ
@@ -10,7 +10,7 @@
---
#set page(width: 200pt)
= Details
-See also #cite("arrgh", "distress", [p. 22]), @arrgh[p. 4], and @distress[p. 5].
+See also #cite("arrgh", "distress", supplement: [p. 22]), @arrgh[p. 4], and @distress[p. 5].
#bibliography("/files/works.bib")
---
diff --git a/tests/typ/meta/outline-entry.typ b/tests/typ/meta/outline-entry.typ
index 50147442..8f290157 100644
--- a/tests/typ/meta/outline-entry.typ
+++ b/tests/typ/meta/outline-entry.typ
@@ -56,5 +56,5 @@
---
// Error: 2-23 cannot outline cite
#outline(target: cite)
-#cite("arrgh", "distress", [p. 22])
+#cite("arrgh", "distress", supplement: [p. 22])
#bibliography("/files/works.bib")