This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add tests to make sure the \s and [\s] match the same thing
authorYves Orton <demerphq@gmail.com>
Sun, 4 Oct 2009 11:19:59 +0000 (13:19 +0200)
committerYves Orton <demerphq@gmail.com>
Mon, 5 Oct 2009 08:50:40 +0000 (10:50 +0200)
commitad69478dd8feef190cb90a65de0eb25e4a0b97f0
tree4cc394f6c8827ee5ef73200c86a008729a622480
parent19a1ea529d503c9a3232f5a91dd9bb6225eaa3f4
add tests to make sure the \s and [\s] match the same thing

Note: we currently fail these tests. This will be recitified.
MANIFEST
t/re/pat_special_cc.t [new file with mode: 0644]
t/re/pat_special_cc_thr.t [new file with mode: 0644]