diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/bugs/1597-cite-footnote.png | bin | 0 -> 4387 bytes | |||
| -rw-r--r-- | tests/typ/bugs/1597-cite-footnote.typ | 12 |
2 files changed, 12 insertions, 0 deletions
diff --git a/tests/ref/bugs/1597-cite-footnote.png b/tests/ref/bugs/1597-cite-footnote.png Binary files differnew file mode 100644 index 00000000..c2e219f2 --- /dev/null +++ b/tests/ref/bugs/1597-cite-footnote.png diff --git a/tests/typ/bugs/1597-cite-footnote.typ b/tests/typ/bugs/1597-cite-footnote.typ new file mode 100644 index 00000000..394f7ea9 --- /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") |
