benburkert / randexp

generate random data from a Regular Expression
MIT License
286 stars 43 forks source link

takes control characters literaly #13

Open hubrix opened 11 years ago

hubrix commented 11 years ago

Regexp.new('^1$').gen should produce '1' but produces '^1$'