This commit is contained in:
Malo 2025-03-31 17:52:24 +02:00
parent 2063a9fc93
commit 6593dd2dbc

View File

@ -451,7 +451,7 @@
#([Hi], [There]).sorted() #([Hi], [There]).sorted()
--- array-sorted-uncomparable-lengths --- --- array-sorted-uncomparable-lengths ---
// Error: 2-26 cannot compare 2pt with 3em // Error: 2-26 cannot compare 3em with 2pt
#(1pt, 2pt, 3em).sorted() #(1pt, 2pt, 3em).sorted()
--- array-sorted-key-function-positional-2 --- --- array-sorted-key-function-positional-2 ---