diff options
| author | Eric Biedert <github@ericbiedert.de> | 2023-10-30 22:24:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-30 22:24:39 +0100 |
| commit | 64d3fd8a3fc784d658b6670fce19f08c01a4363c (patch) | |
| tree | 68e40b050569d4a1e50b5108a0c73f33e6fd9717 /tests | |
| parent | 995fc40363252a5dbf4b19b15b847b5ab23fc739 (diff) | |
Add missing gradient to stroke cast (#2527)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/typ/visualize/shape-rect.typ | 2 |
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)) --- |
