summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-02-18 21:30:17 -0700
committerKarl Williamson <khw@cpan.org>2018-02-18 22:00:33 -0700
commite7206367046d4f58fd12d34816a357cc5535a02f (patch)
treeeb6db72dfaf6a5d0551d4c6af00a37648650e0ab /MANIFEST
parentd97906123bcd8c325c65db4f67e8c96e2cdafaec (diff)
downloadperl-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--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index c4995e30cd..e31f26f398 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -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