This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make regexp_nonull.t test patterns without null
authorFather Chrysostomos <sprout@cpan.org>
Sun, 18 Sep 2016 19:11:28 +0000 (12:11 -0700)
committerYves Orton <demerphq@gmail.com>
Mon, 19 Sep 2016 19:19:51 +0000 (21:19 +0200)
commit933f1527ef5cdf83dd6c18ffb5dd61bf54a975ee
tree54aef9b39e130a73554546001e993463534ef88e
parentb10cb25a6c86fd96fff8f2dfa6d8df3e6b51a451
Make regexp_nonull.t test patterns without null

It was only testing matches against strings without a trailing
null byte.  Now it also tests compilation of patterns without
a trailing null byte.
t/re/regexp.t