-
-
Notifications
You must be signed in to change notification settings - Fork 550
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
bracket-push: add a test case #747
Conversation
Thanks, test seems good can we have bracket-push in the commit message as https://github.com/exercism/x-common/blob/master/CONTRIBUTING.md#pull-request-guidelines requests? can we have version 1.1.0 since it falls under https://github.com/exercism/x-common/blob/master/README.md#minor-version-changes |
can we have imperative mood in the commit message: https://chris.beams.io/posts/git-commit/#imperative |
Will do |
All done. Thanks for your feedback! |
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.
everything looks good. thanks!
Musing to myself - we might consider whether some of the later cases in this file are made unnecessary by this case. I don't know what kinds of incorrect implementations people might come up with though. |
wrong closing bracket for the opening bracket exercism/problem-specifications#747
Adds a new test case to cover broken stack-based implementations. see: exercism/problem-specifications#747
sum-of-multiples: regenerate tests
This helps cover broken stack-based implementations