summaryrefslogtreecommitdiff
path: root/tests/typ/visualize/shape-rect.typ
diff options
context:
space:
mode:
authorEric Biedert <github@ericbiedert.de>2023-10-30 22:24:39 +0100
committerGitHub <noreply@github.com>2023-10-30 22:24:39 +0100
commit64d3fd8a3fc784d658b6670fce19f08c01a4363c (patch)
tree68e40b050569d4a1e50b5108a0c73f33e6fd9717 /tests/typ/visualize/shape-rect.typ
parent995fc40363252a5dbf4b19b15b847b5ab23fc739 (diff)
Add missing gradient to stroke cast (#2527)
Diffstat (limited to 'tests/typ/visualize/shape-rect.typ')
-rw-r--r--tests/typ/visualize/shape-rect.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/visualize/shape-rect.typ b/tests/typ/visualize/shape-rect.typ
index 98450c80..6447b55d 100644
--- a/tests/typ/visualize/shape-rect.typ
+++ b/tests/typ/visualize/shape-rect.typ
@@ -51,7 +51,7 @@
#rect(radius: (left: 10pt, cake: 5pt))
---
-// Error: 15-21 expected length, color, dictionary, stroke, none, or auto, found array
+// Error: 15-21 expected length, color, gradient, dictionary, stroke, none, or auto, found array
#rect(stroke: (1, 2))
---