-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
Word count #48
Word count #48
Conversation
Merged in 1f86584 |
@kotp I can't find a test suite. I'm going to put this exercise in a branch and remove it from master. |
I've put it here: https://github.com/exercism/bash/tree/word-count |
Ouch, yes indeed. |
Looks like it's still available in It'll be a good idea to add a test suite rather than removing the exercise. I'll try to help with that |
I'll still remove it from master, and we can add it back as soon as it has a test. Not sure how it stayed there (probably I forgot to push my change—it's been one of those months). |
Indeed. The change was there on my local machine. sigh sorry about that. |
I will definitely share the blame, @kytrinyx, for missing the lack of the test file and allowing it to get through. |
It's all good ❤️ |
It just means I am in good company. 😜 |
Brings in the good work from @T-Edward on PR #37 and does the needed change on
config.json