-
-
Notifications
You must be signed in to change notification settings - Fork 546
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
Anagram - add test cases for differently-cased words #1552
Conversation
The pull request description has a good description because it describes the reason for the change. The description should be included in the commit message as well; otherwise the commit message only says "modify test cases" which is not helpful for understanding at all. |
Add two test cases to catch some weird solutions where all words are rejected if the matched words have different case.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indentation is nice, thanks @marko213 and @SleeplessByte for catching that.
Looks good.
Add two test cases to catch some weird solutions where all words are rejected if the matched words have different case. exercism/cpp#297 exercism/problem-specifications#1552
Add two test cases to catch some weird solutions where all words are rejected if the matched words have different case. exercism/cpp#297 exercism/problem-specifications#1552
Add two test cases to catch some weird solutions where all words are rejected if the matched words have different case. exercism/cpp#297 exercism/problem-specifications#1552
Add two test cases to catch some weird solutions where all words are rejected if the matched words have different case.
Original PR on the cpp track: exercism/cpp#297