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.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/layout/repeat.typ b/tests/typ/layout/repeat.typ
index 3b5459c9..82d64b94 100644
--- a/tests/typ/layout/repeat.typ
+++ b/tests/typ/layout/repeat.typ
@@ -12,7 +12,7 @@
)
#for section in sections [
- #section(0) #repeat[.] #section(1) \
+ {section.at(0)} #repeat[.] {section.at(1)} \
]
---