Xion / pyqcy

QuickCheck-like testing framework for Python
http://xion.io/pyqcy
Other
41 stars 0 forks source link

Support for [^...] in regex-based generator #11

Open Xion opened 12 years ago

Xion commented 12 years ago

The current implementation of regex-based string generator does not perform reversal on negated character sets, i.e. [^...] constructs such as [^a-zA-z] (not a letter). We should add that as it is pretty basic element of regular expressions' syntax.