summaryrefslogtreecommitdiff
path: root/tests/typ/layout/stack.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/layout/stack.typ')
-rw-r--r--tests/typ/layout/stack.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/layout/stack.typ b/tests/typ/layout/stack.typ
index aee66d6a..a6e7e001 100644
--- a/tests/typ/layout/stack.typ
+++ b/tests/typ/layout/stack.typ
@@ -28,7 +28,7 @@
#page(width: 50pt, margins: 0pt)
#par(spacing: 5pt)
-#let x = square(length: 10pt, fill: eastern)
+#let x = square(size: 10pt, fill: eastern)
#stack(dir: rtl, spacing: 5pt, x, x, x)
#stack(dir: ltr, x, 20%, x, 20%, x)
#stack(dir: ltr, spacing: 5pt, x, x, 7pt, 3pt, x)