diff options
Diffstat (limited to 'tests/typ/structure/enum.typ')
| -rw-r--r-- | tests/typ/structure/enum.typ | 4 |
1 files changed, 2 insertions, 2 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 |
