exercism/haskell

Haskell/Pangram readme file contradicts test file regarding non-ASCII symbols

arguapacha opened this issue · 1 comments

The readme file is not in sync with the test file. It says that the input does not contain non-ASCII symbols, but the test cases include two inputs with non-ASCII symbols

Readme file:

insensitive. Input will not contain non-ASCII symbols.

Test file:

, Case { description = "with additional non-ascii letters"

Duplicate of #880