diff options
author | Father Chrysostomos <sprout@cpan.org> | 2010-12-04 18:11:24 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-12-04 18:12:19 -0800 |
commit | d6faba0b5affae968c1e498904ac6414bdcc167e (patch) | |
tree | 22cb8a12aaea373df8046c90359e298d7a3b5b63 /MANIFEST | |
parent | 1d0dc949f7a04207648286021a5832d418869086 (diff) | |
download | perl-d6faba0b5affae968c1e498904ac6414bdcc167e.tar.gz |
Hideous to-do tests for (?{}) scoping issues
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4824,6 +4824,7 @@ t/re/qr.t See if qr works t/re/reg_60508.t See if bug #60508 is fixed t/re/reg_email.t See if regex recursion works by parsing email addresses t/re/reg_email_thr.t See if regex recursion works by parsing email addresses in another thread +t/re/reg_eval_scope.t Test scoping issues with (?{ }) and (??{ }) t/re/reg_eval.t Test again regexp state corruption in (?{ }) and (??{ }) t/re/regexp_noamp.t See if regular expressions work with optimizations t/re/regexp_notrie.t See if regular expressions work without trie optimisation |