From 7b2cdb9d95331bba87f9ae54c71b7103a10faf1c Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sun, 12 Feb 2023 20:23:52 +0100 Subject: Require colon in show rule --- tests/typ/visualize/shape-circle.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/typ/visualize') 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, -- cgit v1.2.3