aureliojargas / txt2regex

Regex wizard for the terminal, written in Bash
https://aurelio.net/projects/txt2regex/
GNU General Public License v2.0
183 stars 26 forks source link

Add tests/features.md to unit test features #5

Closed aureliojargas closed 4 years ago

aureliojargas commented 4 years ago

This new test file is intended to be a tester and act as a permanent record of how a specific txt2regex feature behaves.

This allows us to detect any functionality changes in the future, making it easier to do code refactoring and fixing bugs.

Note that since it is a Markdown file, it also contains descriptions of the features and the current problems they have.

The clitest tester is used to run the commands described in this file and check if the output is correct.