From 6593dd2dbc56d0495fabc760787a7c693bdb325f Mon Sep 17 00:00:00 2001 From: Malo <57839069+MDLC01@users.noreply.github.com> Date: Mon, 31 Mar 2025 17:52:24 +0200 Subject: [PATCH] Fix test --- tests/suite/foundations/array.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/suite/foundations/array.typ b/tests/suite/foundations/array.typ index 9c1c28636..32dc26059 100644 --- a/tests/suite/foundations/array.typ +++ b/tests/suite/foundations/array.typ @@ -451,7 +451,7 @@ #([Hi], [There]).sorted() --- array-sorted-uncomparable-lengths --- -// Error: 2-26 cannot compare 2pt with 3em +// Error: 2-26 cannot compare 3em with 2pt #(1pt, 2pt, 3em).sorted() --- array-sorted-key-function-positional-2 ---