Automated testing of regular expressions with QuickCheck.
- Check whether the strings a regular expressions matches satisfy a given property.
- Test for equivalency between regular expressions.
See the test directory for usage examples.
The tests can be run as follows:
stack test