diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-02-12 20:23:52 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-02-12 20:25:24 +0100 |
| commit | 7b2cdb9d95331bba87f9ae54c71b7103a10faf1c (patch) | |
| tree | 8b0581fd14849e6a6ceaa9527ed8534e05d2b695 /tests/typ/visualize | |
| parent | 77c29b36d4e8706163c8d52359577e403a15a1ae (diff) | |
Require colon in show rule
Diffstat (limited to 'tests/typ/visualize')
| -rw-r--r-- | tests/typ/visualize/shape-circle.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/visualize/shape-circle.typ b/tests/typ/visualize/shape-circle.typ index 94facdeb..cde4b112 100644 --- a/tests/typ/visualize/shape-circle.typ +++ b/tests/typ/visualize/shape-circle.typ @@ -40,7 +40,7 @@ Expanded by height. --- // Test relative sizing. #set text(fill: white) -#show rect.with(width: 100pt, height: 50pt, inset: 0pt, fill: rgb("aaa")) +#show: rect.with(width: 100pt, height: 50pt, inset: 0pt, fill: rgb("aaa")) #set align(center + horizon) #stack( dir: ltr, |
