diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-03-17 22:08:44 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-03-17 22:08:44 +0100 |
| commit | 8cdfc7faafc1d8df60d44e5db9d1c9e26345675b (patch) | |
| tree | 1c499081c972c2fd280a0fc6a820c07caf79c283 /tests/typ/markup | |
| parent | 271b0f953b35ab2c0281b5f728798204accc412f (diff) | |
Rename box to rect and color to fill ✏
Diffstat (limited to 'tests/typ/markup')
| -rw-r--r-- | tests/typ/markup/emph.typ | 2 | ||||
| -rw-r--r-- | tests/typ/markup/heading.typ | 4 | ||||
| -rw-r--r-- | tests/typ/markup/strong.typ | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/tests/typ/markup/emph.typ b/tests/typ/markup/emph.typ index 772e15ab..500381c1 100644 --- a/tests/typ/markup/emph.typ +++ b/tests/typ/markup/emph.typ @@ -8,7 +8,7 @@ _Emphasized!_ Partly em_phas_ized. // Scoped to body. -#box[_Scoped] to body. +#rect[_Scoped] to body. // Unterminated is fine. _The End diff --git a/tests/typ/markup/heading.typ b/tests/typ/markup/heading.typ index 8497ec8f..15c391d1 100644 --- a/tests/typ/markup/heading.typ +++ b/tests/typ/markup/heading.typ @@ -21,7 +21,7 @@ } // Function call continues heading. -= #box[ += #rect[ A ] B @@ -35,7 +35,7 @@ B // Parsed as headings if at start of the context. /**/ = Ok {[== Ok]} -#box[=== Ok] +#rect[=== Ok] // Not at the start of the context. No = heading diff --git a/tests/typ/markup/strong.typ b/tests/typ/markup/strong.typ index b02a55a5..a56e0e1c 100644 --- a/tests/typ/markup/strong.typ +++ b/tests/typ/markup/strong.typ @@ -8,7 +8,7 @@ Partly str*ength*ened. // Scoped to body. -#box[*Scoped] to body. +#rect[*Scoped] to body. // Unterminated is fine. *The End |
