This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
re/reg_email.t: Generalize for non-ASCII platforms
authorKarl Williamson <public@khwilliamson.com>
Tue, 16 Apr 2013 16:18:02 +0000 (10:18 -0600)
committerKarl Williamson <khw@cpan.org>
Fri, 6 Mar 2015 04:48:26 +0000 (21:48 -0700)
commitd23552d7483588e2d6832104125db89f103d960f
tree390e7f92df5422a81748614d3fb784d7ab9ad630
parentd494534a3eb27afdca325ad344fcd9ac0fa53c88
re/reg_email.t: Generalize for non-ASCII platforms

This replaces all the hard-coded hex character values.  It uses the new
(?[ ]) notation.  I checked that the compiled regex matches the exact
same code points as before these changes.
t/re/reg_email.t