This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Various changes to regex diagnostics and testing
authorYves Orton <demerphq@gmail.com>
Thu, 6 Nov 2008 18:48:28 +0000 (18:48 +0000)
committerYves Orton <demerphq@gmail.com>
Thu, 6 Nov 2008 18:48:28 +0000 (18:48 +0000)
commit24d786f4d2806834028ce32abc1769da2e945f9b
tree0521967ddf8d97acb3f2a223e518b5b9c34c9291
parenta4893424bce3ee5da2b2e8e1c256b806c74bfb50
Various changes to regex diagnostics and testing

* Make ANYOF output from regprop easier to read by adding ][ in between the unicode representation and the "ascii" one

* Make it possible to make tests in re_tests todo.

* add a todo test for a complementary character class match that should fail (perl #60156)

* Also add a comment explaining a previous commit (relating to perl #60344)

p4raw-id: //depot/perl@34755
regcomp.c
regcomp.h
regexec.c
t/op/re_tests
t/op/regexp.t