eriknstevenson / regex-prop

automated testing of regular expressions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

automated testing of regular expressions

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%