diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2009-12-20 15:09:31 -0500 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2009-12-20 15:09:31 -0500 |
commit | d659d22b9e8c254c9f83351ae39c6b064f3785be (patch) | |
tree | 238689eb3ba88431bd6a6e20a234b329f22c5921 /pod/perl5113delta.pod | |
parent | a27ed3b8870954559045bbc9e35d9aec37ab9d6c (diff) | |
download | perl-d659d22b9e8c254c9f83351ae39c6b064f3785be.tar.gz |
Update perldelta with newly added tests, using corion++'s new automation
Diffstat (limited to 'pod/perl5113delta.pod')
-rw-r--r-- | pod/perl5113delta.pod | 32 |
1 files changed, 27 insertions, 5 deletions
diff --git a/pod/perl5113delta.pod b/pod/perl5113delta.pod index 55161ec56e..247a7f4bdf 100644 --- a/pod/perl5113delta.pod +++ b/pod/perl5113delta.pod @@ -394,15 +394,37 @@ XXX =head1 New Tests -XXX Changes which create B<new> files in F<t/> go here. Changes to -existing files in F<t/> aren't worth summarising, although the bugs that -they represent may be. +Many modules updated from CPAN incorporate new tests. =over 4 -=item F<XXX> +=item t/comp/final_line_num.t -XXX +See if line numbers are correct at EOF + +=item t/comp/form_scope.t + +See if format scoping works + +=item t/comp/line_debug.t + +See if @{"_<$file"} works + +=item t/op/filetest_t.t + +See if -t file test works + +=item t/op/qr.t + +See if qr works + +=item t/op/utf8cache.t + +Tests malfunctions of utf8 cache + +=item t/re/uniprops.t + +Test unicode \p{} regex constructs =back |