diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-08-16 11:18:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-16 09:18:45 +0000 |
| commit | feb0c913954d385a3f906f9d9d8ec33cbcf2b2d0 (patch) | |
| tree | db593c2523c5333512aff7981cbc7dd70af14021 /tests/suite/model | |
| parent | 4853726e5b55ea5861566e850db3e6260879d9f8 (diff) | |
Move paragraph widow and orphan prevention into flow (#4767)
Diffstat (limited to 'tests/suite/model')
| -rw-r--r-- | tests/suite/model/footnote.typ | 7 |
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 --- |
