diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-10-01 15:32:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-01 13:32:02 +0000 |
| commit | 3ec5d442d7be4700aa02d015420ddd5cefa78b95 (patch) | |
| tree | 5ca5163e84550cfab4c881063a3a547da45c4e31 /tests/suite/layout/flow/flow.typ | |
| parent | 04df1264ef086bc90e7109fceed0b9b2680040f8 (diff) | |
Fix panic in spilled block layout (#5085)
Diffstat (limited to 'tests/suite/layout/flow/flow.typ')
| -rw-r--r-- | tests/suite/layout/flow/flow.typ | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/suite/layout/flow/flow.typ b/tests/suite/layout/flow/flow.typ index fcbc005b..5a5e8404 100644 --- a/tests/suite/layout/flow/flow.typ +++ b/tests/suite/layout/flow/flow.typ @@ -76,3 +76,7 @@ Hi #block(rect(width: 80%, height: 80pt), breakable: false) #lines(6) ] + +--- issue-5024-spill-backlog --- +#set page(columns: 2, height: 50pt) +#columns(2)[Hello] |
