diff options
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/utility/collection.typ | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/typ/utility/collection.typ b/tests/typ/utility/collection.typ index 3414f0a9..42c36906 100644 --- a/tests/typ/utility/collection.typ +++ b/tests/typ/utility/collection.typ @@ -32,6 +32,7 @@ // Test the `find` method. #test(("Hi", "❤️", "Love").find("❤️"), 1) #test(("Bye", "💘", "Apart").find("❤️"), none) +#test(("A", "B", "CDEF", "G").find(v => v.len() > 2), 2) --- // Test the `slice` method. |
