Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential new test in anagram: Same bytes different characters. #318

Closed
petertseng opened this issue Aug 3, 2016 · 1 comment
Closed

Comments

@petertseng
Copy link
Member

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.

@petertseng
Copy link
Member Author

Hello and thank you for filing this issue.

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.

Have a nice day.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant