diff options
Diffstat (limited to 'tests/typ/layout/containers.typ')
| -rw-r--r-- | tests/typ/layout/containers.typ | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/tests/typ/layout/containers.typ b/tests/typ/layout/containers.typ index b2835b5e..d4556a0f 100644 --- a/tests/typ/layout/containers.typ +++ b/tests/typ/layout/containers.typ @@ -19,24 +19,3 @@ First! But, soft! what light through yonder window breaks? It is the east, and Juliet is the sun. ] - ---- -// Test shrink-to-fit vs expand. - -// Top-level paragraph fills page -L #align(right)[R] - -// Block also fills page. -#block[ - L #align(right)[R] -] - -// Boxed paragraph respects width. -#box(width: 50pt)[ - L #align(right)[R] -] - -// Boxed paragraph without width doesn't expand. -#box[ - L #align(right)[R] -] |
