You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.