diff options
Diffstat (limited to 'tests/suite/layout/container.typ')
| -rw-r--r-- | tests/suite/layout/container.typ | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/suite/layout/container.typ b/tests/suite/layout/container.typ index 2c68099a..9ce3dc7d 100644 --- a/tests/suite/layout/container.typ +++ b/tests/suite/layout/container.typ @@ -98,15 +98,15 @@ Paragraph #set page(height: 100pt) #set align(center) -#lorem(10) +#lines(3) #block(width: 80%, height: 60pt, fill: aqua) -#lorem(6) +#lines(2) #block( breakable: false, width: 100%, inset: 4pt, fill: aqua, - lorem(8) + colbreak(), + lines(3) + colbreak(), ) --- block-consistent-width --- |
