mirror of https://github.com/stelzo/typst.git
Add regression test for #1597
This commit is contained in:
parent
3e96f5f75f
commit
0813e05a60
Binary file not shown.
|
After Width: | Height: | Size: 4.3 KiB |
|
|
@ -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")
|
||||
Loading…
Reference in New Issue