From 5ac7eb3860ebd3247f6486c227e816894cb8fd91 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 11 Mar 2022 12:59:55 +0100 Subject: Rename template to content --- tests/typ/code/for.typ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/typ/code/for.typ') diff --git a/tests/typ/code/for.typ b/tests/typ/code/for.typ index 661079fe..e161ba84 100644 --- a/tests/typ/code/for.typ +++ b/tests/typ/code/for.typ @@ -28,7 +28,7 @@ "]" } -// Template body. +// Content block body. // Should output `2345`. #for v in (1, 2, 3, 4, 5, 6, 7) [#if v >= 2 and v <= 5 { repr(v) }] @@ -76,7 +76,7 @@ // Return value. #test(for v in "" [], none) -#test(type(for v in "1" []), "template") +#test(type(for v in "1" []), "content") --- // Uniterable expression. -- cgit v1.2.3