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/style | |
| parent | 5ce2a006b6d45d29be15e4562ae3ab4fc1b8e97c (diff) | |
Rename template to content
Diffstat (limited to 'tests/typ/style')
| -rw-r--r-- | tests/typ/style/set-site.typ | 2 | ||||
| -rw-r--r-- | tests/typ/style/show.typ | 2 | ||||
| -rw-r--r-- | tests/typ/style/wrap.typ | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/typ/style/set-site.typ b/tests/typ/style/set-site.typ index dc9c9e02..8ee8a5fd 100644 --- a/tests/typ/style/set-site.typ +++ b/tests/typ/style/set-site.typ @@ -1,5 +1,5 @@ // Test that set affects the instantiation site and not the -// definition site of a template. +// definition site of a content. --- // Test that text is affected by instantiation-site bold. diff --git a/tests/typ/style/show.typ b/tests/typ/style/show.typ index 734ef931..e442e4d5 100644 --- a/tests/typ/style/show.typ +++ b/tests/typ/style/show.typ @@ -39,7 +39,7 @@ A [= Heading] C = Heading --- -// Error: 1-28 expected template, found string +// Error: 1-28 expected content, found string #show heading(_, _) as "hi" = Heading diff --git a/tests/typ/style/wrap.typ b/tests/typ/style/wrap.typ index 9c94b9ae..b549f7d0 100644 --- a/tests/typ/style/wrap.typ +++ b/tests/typ/style/wrap.typ @@ -15,7 +15,7 @@ transports meaning from parchment to reader, the wave that sparks a flame in booklovers and the great fulfiller of human need. --- -// Test wrap in template. +// Test wrap in content block. A [_B #wrap c in [*#c*]; C_] D --- |
