This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix perl #126186 make all verbs allow an optional arg
[perl5.git] / t / re / regexp.t
2014-11-02 Karl Williamsont/re/regexp.t: Properly handle \c?[ in regex_sets
2014-10-21 Karl Williamsont/re/regexp.t: Add ability to skip depending on platform
2014-10-21 Karl Williamsont/re/regexp.t: Generalize for non-ASCII platforms
2014-10-20 Yves OrtonAdd test names to t/re/regexp.t and friends
2014-09-03 Father ChrysostomosSkip t/re/regexp.t under miniperl unless uni tables...
2014-08-24 Father ChrysostomosPartial minitest fix-up
2013-12-16 Karl WilliamsonAdd comments that re tests can be commented in col 7
2013-06-22 Yves OrtonFix and add tests for *PRUNE/*THEN plus leading non...
2013-01-11 Karl WilliamsonAdd back-compat (?[ ]) tests
2013-01-11 Karl Williamsonregexp.t: Add a period in test name skip reason
2013-01-09 Karl Williamsonregexp.t: Skip tests that are supposed to
2012-10-14 Karl Williamsonregexp.t: Add 'no warnings "utf8";
2012-01-02 Nicholas ClarkAvoid t/re/regexp.t failing on miniperl when displaying...
2011-12-03 Nicholas ClarkTidy up t/re/regexp.t
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-09-24 Karl Williamsonregexp.t: print diagnostics with leading '#'
2011-03-08 Nicholas ClarkMove the special-case logic for $qr_embed_thr to regexp...
2011-02-22 Nicholas ClarkAllow t/re/regexp.t to conditionally skip tests on...
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in t/*.
2010-02-19 Karl WilliamsonPATCH: [perl #56444] delayed interpolation of \N{...}
2009-09-10 Vincent PitUpdate some remaining comments that still point to...
2009-09-10 Yves Ortonmissed a comment reference to t/op that should now...
2009-09-10 Yves Ortonmove regex related tests out of t/op/ into t/re/