exercism / awk

Exercism exercises in AWK.
https://exercism.org/tracks/awk
MIT License
18 stars 21 forks source link

Update instructions.md to reflect expected output #250

Closed eppolito closed 5 months ago

eppolito commented 5 months ago

The instructions include a blank space between actions, while the tests expect the action list to have no spaces. Spaces removed.

IsaacG commented 5 months ago

The instructions are synced from upstream. Please do not modify them manually.

See these docs prior to suggesting exercise changes: https://exercism.org/docs/community/being-a-good-community-member/suggesting-exercise-improvements

glennj commented 5 months ago

I'm marking as WONTFIX: since Exercism practices TDD, the complete requirements are found in the tests, not the instructions.