/regex-prop

automated testing of regular expressions

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

regex-prop

Automated testing of regular expressions with QuickCheck.

  1. Check whether the strings a regular expressions matches satisfy a given property.
  2. Test for equivalency between regular expressions.

See the test directory for usage examples.

The tests can be run as follows:

stack test