summaryrefslogtreecommitdiff
path: root/tests/typ/bugs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-06-28 10:35:44 +0200
committerLaurenz <laurmaedje@gmail.com>2023-06-28 10:36:53 +0200
commit04bffc4f12ff7dd85d25f5fd65506440287f879c (patch)
tree311a78d174f95c6e4733e3eb17a40f78744c3854 /tests/typ/bugs
parent7b92bd7c340d9f9c094ed2fa57912049317d9b20 (diff)
Reintroduce `--root`
Diffstat (limited to 'tests/typ/bugs')
-rw-r--r--tests/typ/bugs/cite-locate.typ2
-rw-r--r--tests/typ/bugs/hide-meta.typ2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/bugs/cite-locate.typ b/tests/typ/bugs/cite-locate.typ
index c3786c5f..4eb95b54 100644
--- a/tests/typ/bugs/cite-locate.typ
+++ b/tests/typ/bugs/cite-locate.typ
@@ -20,4 +20,4 @@
#locate(loc => [Citation @distress on page #loc.page()])
#pagebreak()
-#bibliography("/works.bib", style: "chicago-notes")
+#bibliography("/files/works.bib", style: "chicago-notes")
diff --git a/tests/typ/bugs/hide-meta.typ b/tests/typ/bugs/hide-meta.typ
index 6dce81ad..10c95e59 100644
--- a/tests/typ/bugs/hide-meta.typ
+++ b/tests/typ/bugs/hide-meta.typ
@@ -7,7 +7,7 @@ A pirate. @arrgh \
#set text(2pt)
#hide[
A @arrgh pirate.
- #bibliography("/works.bib")
+ #bibliography("/files/works.bib")
]
---