diff options
author | Karl Williamson <khw@cpan.org> | 2018-02-18 21:30:17 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2018-02-18 22:00:33 -0700 |
commit | e7206367046d4f58fd12d34816a357cc5535a02f (patch) | |
tree | eb6db72dfaf6a5d0551d4c6af00a37648650e0ab /MANIFEST | |
parent | d97906123bcd8c325c65db4f67e8c96e2cdafaec (diff) | |
download | perl-e7206367046d4f58fd12d34816a357cc5535a02f.tar.gz |
Add alphabetic synonyms for regex assertions
This commit came out of the committee formed with PCRE members as a
result of http://nntp.perl.org/group/perl.perl5.porters/246762
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5882,6 +5882,7 @@ t/porting/regen.t Check that regen.pl doesn't need running t/porting/ss_dup.t Check that sv.c:ss_dup handles everything t/porting/test_bootstrap.t Test that the instructions for test bootstrapping aren't accidentally overlooked. t/porting/utils.t Check that utility scripts still compile +t/re/alpha_assertions.t See if things like '(*postive_lookahed:...) work properly t/re/anyof.t See if bracketed char classes [...] compile properly t/re/charset.t See if regex modifiers like /d, /u work properly t/re/fold_grind.t See if case folding works properly |