summaryrefslogtreecommitdiff
path: root/tests/typ/meta
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/meta')
-rw-r--r--tests/typ/meta/bibliography.typ5
-rw-r--r--tests/typ/meta/counter.typ3
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/typ/meta/bibliography.typ b/tests/typ/meta/bibliography.typ
index ce4b8f31..0d9c19a0 100644
--- a/tests/typ/meta/bibliography.typ
+++ b/tests/typ/meta/bibliography.typ
@@ -14,7 +14,7 @@
---
#set page(width: 200pt)
= Details
-See also #cite("arrgh", "cannonfodder", [p. 22]), @arrgh[p. 4], and @cannonfodder[p. 5].
+See also #cite("arrgh", "distress", [p. 22]), @arrgh[p. 4], and @distress[p. 5].
#bibliography("/works.bib")
---
@@ -22,7 +22,8 @@ See also #cite("arrgh", "cannonfodder", [p. 22]), @arrgh[p. 4], and @cannonfodde
#set page(width: 200pt)
#bibliography("/works.bib", title: [Works to be cited], style: "author-date")
#line(length: 100%)
-As described by #cite("stupid", brackets: false),
+#[#set cite(brackets: false)
+As described by @netwok],
the net-work is a creature of its own.
This is close to piratery! @arrgh
And quark! @quark
diff --git a/tests/typ/meta/counter.typ b/tests/typ/meta/counter.typ
index a3814216..32d16cae 100644
--- a/tests/typ/meta/counter.typ
+++ b/tests/typ/meta/counter.typ
@@ -31,8 +31,7 @@ Second: #mine.display("I")
#counter(heading).step()
= Alpha
-In #counter(heading).display().
-
+In #counter(heading).display()
== Beta
#set heading(numbering: none)