diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-03-11 12:59:55 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-03-11 23:36:06 +0100 |
| commit | 5ac7eb3860ebd3247f6486c227e816894cb8fd91 (patch) | |
| tree | a29a868c681c7de39f15f2d9d3f031db1861b90a /tests/typ/structure | |
| parent | 5ce2a006b6d45d29be15e4562ae3ab4fc1b8e97c (diff) | |
Rename template to content
Diffstat (limited to 'tests/typ/structure')
| -rw-r--r-- | tests/typ/structure/enum.typ | 4 | ||||
| -rw-r--r-- | tests/typ/structure/list.typ | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/typ/structure/enum.typ b/tests/typ/structure/enum.typ index 8ba3cea6..24c28147 100644 --- a/tests/typ/structure/enum.typ +++ b/tests/typ/structure/enum.typ @@ -17,7 +17,7 @@ . Indented --- -// Test automatic numbering in summed templates. +// Test automatic numbering in summed content. #for i in range(5) { [. #roman(1 + i)] } @@ -55,6 +55,6 @@ #set enum(label: "(())") --- -// Error: 18-28 expected template, found boolean +// Error: 18-28 expected content, found boolean #set enum(label: n => false) . A diff --git a/tests/typ/structure/list.typ b/tests/typ/structure/list.typ index 38fc2c63..67be1628 100644 --- a/tests/typ/structure/list.typ +++ b/tests/typ/structure/list.typ @@ -28,7 +28,7 @@ paragraphs. --- - Level 1 - Level [ -2 through template +2 through content block ] --- |
