diff options
| author | frozolotl <44589151+frozolotl@users.noreply.github.com> | 2024-03-11 11:35:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-11 10:35:39 +0000 |
| commit | 6e0b3484dd0360eef5365ce23144bfc59ade89ba (patch) | |
| tree | 7ce11742aa4a0d584d18ed95ada5ad7f1ab98adc /tests/typ | |
| parent | 443cf60ae21d7d638a3279b64e22f6beb3a5f1b0 (diff) | |
Fix paragraph layouting index out of bounds bug (#3607)
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/bugs/flow-5.typ | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/typ/bugs/flow-5.typ b/tests/typ/bugs/flow-5.typ new file mode 100644 index 00000000..5e580b9e --- /dev/null +++ b/tests/typ/bugs/flow-5.typ @@ -0,0 +1,13 @@ +// This bug caused an index-out-of-bounds panic when layouting paragraphs needed +// multiple reorderings. + +--- +#set page(height: 200pt) +#lorem(30) + +#figure(placement: auto, block(height: 100%)) + +#lorem(10) + +#lorem(10) + |
