summaryrefslogtreecommitdiff
path: root/tests/typ/code/if.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-03-11 12:59:55 +0100
committerLaurenz <laurmaedje@gmail.com>2022-03-11 23:36:06 +0100
commit5ac7eb3860ebd3247f6486c227e816894cb8fd91 (patch)
treea29a868c681c7de39f15f2d9d3f031db1861b90a /tests/typ/code/if.typ
parent5ce2a006b6d45d29be15e4562ae3ab4fc1b8e97c (diff)
Rename template to content
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