summaryrefslogtreecommitdiff
path: root/tests/typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ')
-rw-r--r--tests/typ/bugs/1597-cite-footnote.typ12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/typ/bugs/1597-cite-footnote.typ b/tests/typ/bugs/1597-cite-footnote.typ
new file mode 100644
index 00000000..394f7ea9
--- /dev/null
+++ b/tests/typ/bugs/1597-cite-footnote.typ
@@ -0,0 +1,12 @@
+// Tests that when a citation footnote is pushed to next page, things still
+// work as expected.
+//
+// Issue: https://github.com/typst/typst/issues/1597
+
+---
+#set page(height: 60pt)
+#lorem(4)
+
+#footnote[@netwok]
+#show bibliography: none
+#bibliography("/files/works.bib")