miner/herbert

regex generator doesn't work with | (vertical bar for "or")

miner opened this issue · 2 comments

Needs investigation.

Looks like a limitation of re-rand.

v0.6.7 has a new implementation of the string from regex generator that supports the vertical bar for "or" patterns. Also allows user to bind string-from-regex-generator to use his own generator (such as the test.chuck implementation.)