From f70cea508cd30fa40770ea989fe2a19e715a357b Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 30 Dec 2022 15:13:28 +0100 Subject: Remove index syntax in favor of accessor methods --- tests/typ/layout/repeat.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/typ/layout/repeat.typ') 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)} \ ] --- -- cgit v1.2.3