diff options
Diffstat (limited to 'tests/suite/layout/columns.typ')
| -rw-r--r-- | tests/suite/layout/columns.typ | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/suite/layout/columns.typ b/tests/suite/layout/columns.typ index 87a9f773..b86b798b 100644 --- a/tests/suite/layout/columns.typ +++ b/tests/suite/layout/columns.typ @@ -122,3 +122,10 @@ Hallo = B Text ] + +--- colbreak-weak --- +#set page(columns: 2) +#colbreak(weak: true) +A +#colbreak(weak: true) +B |
