This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Note in comment that many \N{...} tests won't work here
[perl5.git] / t / re / re_tests
2010-05-08 Karl WilliamsonNote in comment that many \N{...} tests won't work...
2010-05-08 Karl WilliamsonComment where to find file's format
2010-02-20 Karl WilliamsonImprove handling of qq(\N{...}); and /x
2010-02-19 Karl WilliamsonPATCH: [perl #56444] delayed interpolation of \N{...}
2009-11-28 Moritz LenzDocument backreferences to groups that did not match
2009-10-19 Yves Ortonrevert to 5.8.x semantics for \s \w and \d
2009-09-10 Yves Ortonmove regex related tests out of t/op/ into t/re/