crdoconnor / xeger

Library to generate random strings from regular expressions.
Other
121 stars 21 forks source link

Fixed bug when regex is '.' #2

Closed chaserileyroberts closed 8 years ago

chaserileyroberts commented 8 years ago

Regex with '.' would return all of string.printable

crdoconnor commented 8 years ago

Some weird character on the class definition line is making this fail.

chaserileyroberts commented 8 years ago

Fixed

crdoconnor commented 8 years ago

Merged, thanks @Thenerdstation!