summaryrefslogtreecommitdiff
path: root/tests/typ/meta/footnote-refs.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/meta/footnote-refs.typ')
-rw-r--r--tests/typ/meta/footnote-refs.typ40
1 files changed, 0 insertions, 40 deletions
diff --git a/tests/typ/meta/footnote-refs.typ b/tests/typ/meta/footnote-refs.typ
deleted file mode 100644
index 0caee7bc..00000000
--- a/tests/typ/meta/footnote-refs.typ
+++ /dev/null
@@ -1,40 +0,0 @@
-// Test references to footnotes.
-
----
-A footnote #footnote[Hi]<fn> \
-A reference to it @fn
-
----
-// Multiple footnotes are refs
-First #footnote[A]<fn1> \
-Second #footnote[B]<fn2> \
-First ref @fn1 \
-Third #footnote[C] \
-Fourth #footnote[D]<fn4> \
-Fourth ref @fn4 \
-Second ref @fn2 \
-Second ref again @fn2
-
----
-// Forward reference
-Usage @fn \
-Definition #footnote[Hi]<fn>
-
----
-// Footnote ref in footnote
-#footnote[Reference to next @fn]
-#footnote[Reference to myself @fn]<fn>
-#footnote[Reference to previous @fn]
-
----
-// Styling
-#show footnote: text.with(fill: red)
-Real #footnote[...]<fn> \
-Ref @fn
-
----
-// Footnote call with label
-#footnote(<fn>)
-#footnote[Hi]<fn>
-#ref(<fn>)
-#footnote(<fn>)