On Tue, Apr 19, 2016 at 05:24:00PM +0100, Pete Cordell wrote:
> I've tried to reduce the patterns that I reported earlier to a minimal form.
> For the timestamp pattern I've ended up with:
>
> =>ab?c{0,1}
> #fails
> a
> #ok
> ab
> abc
> ac
Ok that's something I need to look at and fix, bugs in
I've tried to reduce the patterns that I reported earlier to a minimal
form. For the timestamp pattern I've ended up with:
=>ab?c{0,1}
#fails
a
#ok
ab
abc
ac
Interesting the following patterns all pass, even though conceptually
they are the same pattern. So I guess there is a difference betw