diff --git a/tests/ref/bugs/1597-cite-footnote.png b/tests/ref/bugs/1597-cite-footnote.png new file mode 100644 index 000000000..c2e219f27 Binary files /dev/null and b/tests/ref/bugs/1597-cite-footnote.png differ diff --git a/tests/typ/bugs/1597-cite-footnote.typ b/tests/typ/bugs/1597-cite-footnote.typ new file mode 100644 index 000000000..394f7ea9c --- /dev/null +++ b/tests/typ/bugs/1597-cite-footnote.typ @@ -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")