This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/re/pat_advanced.t: Prepare for fatal \N{}
authorKarl Williamson <khw@cpan.org>
Thu, 2 Mar 2017 18:26:22 +0000 (11:26 -0700)
committerKarl Williamson <khw@cpan.org>
Thu, 1 Jun 2017 14:30:24 +0000 (08:30 -0600)
commit37ee551862cea8d768e64169c7e6a464282d3f90
treeb4932c8fa81ef33debe792e2336decb8e59ee678
parent90c172854f0c6789f3c87c398725be2f833a1004
t/re/pat_advanced.t: Prepare for fatal \N{}

The next commit will make \N{} fatal, but we still allow a custom
charnames handler to evaluate a name to the empty string, and that still
needs to be tested.  This changes to do that.
t/re/pat_advanced.t