diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/issue-5256-multiple-footnotes-in-footnote.png | bin | 0 -> 796 bytes | |||
| -rw-r--r-- | tests/suite/layout/flow/footnote.typ | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/ref/issue-5256-multiple-footnotes-in-footnote.png b/tests/ref/issue-5256-multiple-footnotes-in-footnote.png Binary files differnew file mode 100644 index 00000000..f9c17335 --- /dev/null +++ b/tests/ref/issue-5256-multiple-footnotes-in-footnote.png diff --git a/tests/suite/layout/flow/footnote.typ b/tests/suite/layout/flow/footnote.typ index 63602351..b549fbca 100644 --- a/tests/suite/layout/flow/footnote.typ +++ b/tests/suite/layout/flow/footnote.typ @@ -291,3 +291,7 @@ A #footnote(numbering: "*")[B]<fn>, C @fn, D @fn, E @fn. // Test whether an empty footnote would cause infinite loop #show footnote.entry: it => {} #lorem(3) #footnote[A footnote] + +--- issue-5256-multiple-footnotes-in-footnote --- +// Test whether all footnotes inside another footnote are listed. +#footnote[#footnote[A]#footnote[B]#footnote[C]] |
