summaryrefslogtreecommitdiff
path: root/tests/typ/meta/footnote-break.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/meta/footnote-break.typ')
-rw-r--r--tests/typ/meta/footnote-break.typ16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/typ/meta/footnote-break.typ b/tests/typ/meta/footnote-break.typ
deleted file mode 100644
index 9e213aeb..00000000
--- a/tests/typ/meta/footnote-break.typ
+++ /dev/null
@@ -1,16 +0,0 @@
-// Test footnotes that break across pages.
-
----
-#set page(height: 200pt)
-
-#lorem(5)
-#footnote[ // 1
- A simple footnote.
- #footnote[Well, not that simple ...] // 2
-]
-#lorem(15)
-#footnote[Another footnote: #lorem(30)] // 3
-#lorem(15)
-#footnote[My fourth footnote: #lorem(50)] // 4
-#lorem(15)
-#footnote[And a final footnote.] // 5