summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2009-10-04 13:19:59 +0200
committerYves Orton <demerphq@gmail.com>2009-10-05 10:50:40 +0200
commitad69478dd8feef190cb90a65de0eb25e4a0b97f0 (patch)
tree4cc394f6c8827ee5ef73200c86a008729a622480 /MANIFEST
parent19a1ea529d503c9a3232f5a91dd9bb6225eaa3f4 (diff)
downloadperl-ad69478dd8feef190cb90a65de0eb25e4a0b97f0.tar.gz
add tests to make sure the \s and [\s] match the same thing
Note: we currently fail these tests. This will be recitified.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 83cd2f1100..9eaaf67a92 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4442,6 +4442,8 @@ t/re/pat_re_eval.t See if esoteric patterns using re 'eval' work
t/re/pat_re_eval_thr.t See if esoteric patterns using re 'eval' work in another thread
t/re/pat_rt_report.t See if esoteric patterns from rt reports work
t/re/pat_rt_report_thr.t See if esoteric patterns from rt reports work in another thread
+t/re/pat_special_cc.t See if special charclasses (\s \w \d) work the same as (\s and [\s])
+t/re/pat_special_cc_thr.t See if special charclasses (\s \w \d) work the same as (\s and [\s]) under threads
t/re/pat.t See if esoteric patterns work
t/re/pat_thr.t See if esoteric patterns work in another thread
t/re/qr_gc.t See if qr doesn't leak