From d821633f50f7f4c9edc49b6ac5e88d43802cb206 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Thu, 19 Jun 2025 17:20:17 +0200 Subject: Generic casting for `Axes` --- tests/suite/visualize/path.typ | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/suite/visualize/path.typ') diff --git a/tests/suite/visualize/path.typ b/tests/suite/visualize/path.typ index e44b2270..795fde98 100644 --- a/tests/suite/visualize/path.typ +++ b/tests/suite/visualize/path.typ @@ -76,7 +76,8 @@ #path(((0%, 0%), (0%, 0%), (0%, 0%), (0%, 0%))) --- path-bad-point-array --- -// Error: 7-31 point array must contain exactly two entries +// Error: 7-31 array must contain exactly two items +// Hint: 7-31 the first item determines the value for the X axis and the second item the value for the Y axis // Warning: 2-6 the `path` function is deprecated, use `curve` instead #path(((0%, 0%), (0%, 0%, 0%))) -- cgit v1.2.3