fix failing test for new fn

This commit is contained in:
Norbert Hajagos 2025-01-17 21:55:56 +01:00
parent 41fafc1497
commit 65ec82aa2a
No known key found for this signature in database

View file

@ -1107,4 +1107,4 @@ drop_suffix = |haystack, suffix|
## To do a case-insensitive comparison of the ASCII characters in a string, use [`caseless_ascii_equals`](#caseless_ascii_equals).
with_ascii_lowercased : Str -> Str
expect Str.with_ascii_lowercased "cOFFÉ" == "XYZFÉ"
expect Str.with_ascii_lowercased("cOFFÉ") == "coffÉ"