Haskell Platform proposal: Add case-insensitive

Bas van Dijk v.dijk.bas at gmail.com
Sat Jan 26 17:51:12 CET 2013


On 21 January 2013 21:03, Ganesh Sittampalam <ganesh at earth.li> wrote:
> I couldn't spot any tests. Some ideas:
>
> - It uses a few different implementations of toLower (Data.Char, Text,
> toLower8) depending on how it is being used. Those implementations could
> be tested against each other.
>
> - Some concrete test cases including ASCII, ISO-8859-1 and Unicode
> characters.

I added a simple test-suite which tests case-insensitive ASCII and
ISO-8859-1 string comparisons:

https://github.com/basvandijk/case-insensitive/blob/hp/test/test.hs



More information about the Libraries mailing list