This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge branch 'release-5.29.2' into blead
[perl5.git] / t / re / reg_posixcc.t
2016-08-18 Nicolas RUse set_up_inc for several unit tests
2014-08-15 Karl Williamsonreg_posixcc.t: display chr(\\xXX) should be chr(0xXX)
2014-01-22 Karl Williamsonreg_posixcc.t: Improve test names
2012-02-09 Karl Williamsonreg_posixcc.t: Add tests for \v, \V, \h, \H
2011-06-04 Karl WilliamsonAdd tests for [perl #87908]
2010-10-31 Karl Williamson[:posix:] now works under /u
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/