summaryrefslogtreecommitdiff
path: root/tests/typ/layout/repeat.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/layout/repeat.typ')
-rw-r--r--tests/typ/layout/repeat.typ5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/typ/layout/repeat.typ b/tests/typ/layout/repeat.typ
index 03642164..5663281e 100644
--- a/tests/typ/layout/repeat.typ
+++ b/tests/typ/layout/repeat.typ
@@ -37,3 +37,8 @@ A#box(width: 1fr, repeat(rect(width: 6em, height: 0.7em)))B
#set text(dir: rtl)
ريجين#box(width: 1fr, repeat(rect(width: 4em, height: 0.7em)))سون
+
+---
+// Error: 2:2-2:13 repeat with no size restrictions
+#set page(width: auto)
+#repeat(".") \ No newline at end of file