summaryrefslogtreecommitdiff
path: root/tests/typ/library/stack.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-06-10 16:46:01 +0200
committerLaurenz <laurmaedje@gmail.com>2021-06-10 16:46:01 +0200
commit5611c26577c4cf6d52b9b66b7b1a32253aa23ec1 (patch)
treeb06a64845ef691700aed7fd0ed1e22dd064cc742 /tests/typ/library/stack.typ
parentbce553a991f19b2b5bb9efef6b74bd12e15a10c6 (diff)
Restructure tests
Diffstat (limited to 'tests/typ/library/stack.typ')
-rw-r--r--tests/typ/library/stack.typ9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/typ/library/stack.typ b/tests/typ/library/stack.typ
deleted file mode 100644
index d03a95c8..00000000
--- a/tests/typ/library/stack.typ
+++ /dev/null
@@ -1,9 +0,0 @@
-// Test the `stack` function.
-
----
-#let rect(width, color) = rect(width: width, height: 1cm, fill: color)
-#stack(
- rect(2cm, #2a631a),
- rect(3cm, forest),
- rect(1cm, conifer),
-)