fix the trie part of rt-78356
authorYves Orton <demerphq@gmail.com>
Tue, 2 Nov 2010 13:24:20 +0000 (14:24 +0100)
committerYves Orton <demerphq@gmail.com>
Wed, 3 Nov 2010 09:24:41 +0000 (10:24 +0100)
commit20dbff7c228c031beedfe10ca09e8547f7cd3f2f
tree72d28e334162dee315eb6bc7d2b558397f6a2fe0
parent8ff3250783a482c6a5b949510ec0926e865d25ad
fix the trie part of rt-78356

When the jump code was added the case of an empty string followed
by a jump wasnt accounted for. One could argue it should not happen
however that is a matter for a different commit.
regexec.c
t/re/re_tests