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/while.typ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/typ/code/while.typ') diff --git a/tests/typ/code/while.typ b/tests/typ/code/while.typ index ccb67968..5dc5ae41 100644 --- a/tests/typ/code/while.typ +++ b/tests/typ/code/while.typ @@ -26,11 +26,11 @@ #test(while false {}, none) #let i = 0 -#test(type(while i < 1 [{ i += 1 }]), "template") +#test(type(while i < 1 [{ i += 1 }]), "content") --- // Condition must be boolean. -// Error: 8-14 expected boolean, found template +// Error: 8-14 expected boolean, found content #while [nope] [nope] --- -- cgit v1.2.3