summaryrefslogtreecommitdiff
path: root/tests/typ/layout/containers.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-11-17 17:09:19 +0100
committerLaurenz <laurmaedje@gmail.com>2021-11-17 17:09:19 +0100
commit89f2e71852e96062ea9b756bf92fbf4e894871b1 (patch)
tree836099ebd17adf30a24fc62464dfdd3d9c248480 /tests/typ/layout/containers.typ
parent9a800daa82833c57eee04e92c701ca9a05a67d3b (diff)
Align node
Diffstat (limited to 'tests/typ/layout/containers.typ')
-rw-r--r--tests/typ/layout/containers.typ21
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]
-]