Add regression test for #1597

This commit is contained in:
Laurenz 2023-12-07 17:37:18 +01:00
parent 3e96f5f75f
commit 0813e05a60
2 changed files with 12 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@ -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")