summaryrefslogtreecommitdiff
path: root/tests/typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ')
-rw-r--r--tests/typ/layout/grid-5.typ10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/typ/layout/grid-5.typ b/tests/typ/layout/grid-5.typ
index 64385f61..66272421 100644
--- a/tests/typ/layout/grid-5.typ
+++ b/tests/typ/layout/grid-5.typ
@@ -28,3 +28,13 @@
],
align(top)[B],
)
+
+---
+// Ensure grids expand enough for the given rows.
+#grid(
+ columns: (2em, 2em),
+ rows: (2em,) * 4,
+ fill: red,
+ stroke: aqua,
+ [a]
+)