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
We got a new test in exercism/rust#175 . The test ensures that implementations do not take the approach of "sort the bytes then make sure the bytes are the same" which can give false positives in the case of multiple-byte characters.
Seems to make sense to add here.
The text was updated successfully, but these errors were encountered:
Unfortunately as you can see in #414 we decided to remove all non-ascii cases, therefore this case that you have described in this issue is no longer appropriate.
We got a new test in exercism/rust#175 . The test ensures that implementations do not take the approach of "sort the bytes then make sure the bytes are the same" which can give false positives in the case of multiple-byte characters.
Seems to make sense to add here.
The text was updated successfully, but these errors were encountered: