reverse-string: add test that exposes unquoted variable problems#397
reverse-string: add test that exposes unquoted variable problems#397glennj merged 1 commit intoexercism:masterfrom glennj:reverse-string-add-globbing-test
Conversation
|
Is this our own test? (ie. not from |
Yes. It comes from seeing the same mistake over and over while mentoring. I would not think this kind of problem exists in other languages, so I don't think it's worth submitting to the canonical data. |
|
Right, but we don't get to increment the version past the |
|
The Dashboard doesn't seem to care, but what happens if the |
|
BTW, sorry I didn't see your response earlier. For the record I think this is a great test to add to this exercise for our track! 🤓 |
|
I've done it before, see https://tracks.exercism.io/bash/master (word-count, for example) -- the major and minor versions are the same, just the patch number is incremented. |
|
Right, sometimes test semantics are changed and they just increment the patch number, so we will still be getting out of sync. Unless I am missing something here. |
Addressing same problem as PR #377
Reviewer Resources:
Track Policies