Pangram tests do not match exercise specification
Open
bug
- Dominant language
- Haskell
- Stars
- 529
- Forks
- 201
- PR merge metrics
- No merged PRs in 30d
Description
Issue #824 and PR #827 added tests to the `pangram` exercise to check handling of non-ASCII characters. However, the specification for the exercise in `exercises/pangram/README.md` states:
`Input will not contain non-ASCII symbols.`
Presumably this should be removed from the exercise specification if solutions that cannot handle non-ASCII input are going to fail.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.