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/if.typ | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/typ/code/if.typ') diff --git a/tests/typ/code/if.typ b/tests/typ/code/if.typ index 3b3164fc..0ab5c495 100644 --- a/tests/typ/code/if.typ +++ b/tests/typ/code/if.typ @@ -16,7 +16,7 @@ One. ] -// Template in condition. +// Content block in condition. #if [] != none [ Two. ] @@ -39,10 +39,10 @@ "Four" + point } -// Template can be argument or body depending on whitespace. +// Content block can be argument or body depending on whitespace. { - if "template" == type[b] [Fi] else [Nope] - if "template" == type [Nope] else [ve.] + if "content" == type[b] [Fi] else [Nope] + if "content" == type [Nope] else [ve.] } #let i = 3 -- cgit v1.2.3