summaryrefslogtreecommitdiff
path: root/tests/typ/code/if.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/code/if.typ')
-rw-r--r--tests/typ/code/if.typ8
1 files changed, 4 insertions, 4 deletions
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