summaryrefslogtreecommitdiff
path: root/tests/typ/visualize
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/visualize')
-rw-r--r--tests/typ/visualize/shape-rect.typ8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/typ/visualize/shape-rect.typ b/tests/typ/visualize/shape-rect.typ
index 951d5bea..17dd0f92 100644
--- a/tests/typ/visualize/shape-rect.typ
+++ b/tests/typ/visualize/shape-rect.typ
@@ -53,3 +53,11 @@
---
// Error: 15-21 expected length, color, dictionary, stroke, none, or auto, found array
#rect(stroke: (1, 2))
+
+---
+#set page(width: 17.8cm)
+#lorem(100)
+#rect(lorem(100))
+#set par(justify: true)
+#lorem(100)
+#rect(lorem(100))