summaryrefslogtreecommitdiff
path: root/tests/suite/model
diff options
context:
space:
mode:
Diffstat (limited to 'tests/suite/model')
-rw-r--r--tests/suite/model/footnote.typ7
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/suite/model/footnote.typ b/tests/suite/model/footnote.typ
index d72ca25a..99372551 100644
--- a/tests/suite/model/footnote.typ
+++ b/tests/suite/model/footnote.typ
@@ -163,11 +163,10 @@ Ref @fn
--- issue-multiple-footnote-in-one-line ---
// Test that the logic that keeps footnote entry together with
// their markers also works for multiple footnotes in a single
-// line or frame (here, there are two lines, but they are one
-// unit due to orphan prevention).
+// line.
#set page(height: 100pt)
-#v(40pt)
-A #footnote[a] \
+#v(50pt)
+A #footnote[a]
B #footnote[b]
--- issue-1433-footnote-in-list ---