summaryrefslogtreecommitdiff
path: root/tests/typ/layout/container-fill.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/layout/container-fill.typ')
-rw-r--r--tests/typ/layout/container-fill.typ7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/typ/layout/container-fill.typ b/tests/typ/layout/container-fill.typ
deleted file mode 100644
index f5947e06..00000000
--- a/tests/typ/layout/container-fill.typ
+++ /dev/null
@@ -1,7 +0,0 @@
-#set page(height: 100pt)
-#let words = lorem(18).split()
-#block(inset: 8pt, width: 100%, fill: aqua, stroke: aqua.darken(30%))[
- #words.slice(0, 13).join(" ")
- #box(fill: teal, outset: 2pt)[tempor]
- #words.slice(13).join(" ")
-]