mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
fix failing test for new fn
This commit is contained in:
parent
41fafc1497
commit
65ec82aa2a
1 changed files with 1 additions and 1 deletions
|
@ -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É"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue