summaryrefslogtreecommitdiff
path: root/tests/typ/bugs/block-width-box.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/bugs/block-width-box.typ')
-rw-r--r--tests/typ/bugs/block-width-box.typ6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/typ/bugs/block-width-box.typ b/tests/typ/bugs/block-width-box.typ
deleted file mode 100644
index a039bc66..00000000
--- a/tests/typ/bugs/block-width-box.typ
+++ /dev/null
@@ -1,6 +0,0 @@
-// Test box in 100% width block.
-
----
-#block(width: 100%, fill: red, box("a box"))
-
-#block(width: 100%, fill: red, [#box("a box") #box()])