t/re/re_tests: Add tests for multi-char fold bug
authorKarl Williamson <public@khwilliamson.com>
Fri, 14 Oct 2011 01:50:10 +0000 (19:50 -0600)
committerKarl Williamson <public@khwilliamson.com>
Fri, 14 Oct 2011 02:44:11 +0000 (20:44 -0600)
commit7b8a80699e4c6a8f740ccf2bc557dd61da67fe14
tree31720464d882bea6ae97e81329d24dfff2137ea9
parent1e91595577c5e985e96ac2212262825aeb0980fc
t/re/re_tests: Add tests for multi-char fold bug

This problem has to do with two multi-char folded constants in a row in
the string being matched.

Spotted by Tom Christiansen
t/re/re_tests