summaryrefslogtreecommitdiff
path: root/t/re
Commit message (Expand)AuthorAgeFilesLines
* more regex folding testsKarl Williamson2009-12-151-15/+45
* [perl #70764] $' fails to initialized for pre-compiled regular expression mat...Father Chrysostomos2009-12-141-1/+61
* Ensure that pp_qr returns a new regexp SV each time. Resolves RT #69852.Nicholas Clark2009-12-021-4/+0
* Document backreferences to groups that did not matchMoritz Lenz2009-11-281-1/+4
* wrap uniprops.t; makefile changes for mktablesKarl Williamson2009-11-251-71657/+4
* mktables not run unless neededKarl Williamson2009-11-241-1/+1
* Fix plan syntax in TAP outputRafael Garcia-Suarez2009-11-221-1/+1
* mktables revampKarl Williamson2009-11-213-5/+71667
* [PATCH] Todo test for [perl #38133] (was: [regex] backref problem with quanti...Bram via RT2009-10-311-1/+13
* Let SvRX(OK) recognise a bare REGEXP.Ben Morrow2009-10-221-5/+15
* revert to 5.8.x semantics for \s \w and \dYves Orton2009-10-193-3/+3
* add tests to make sure the \s and [\s] match the same thingYves Orton2009-10-052-0/+63
* dropped a test by accident the last go, so ressurect the pat_re_eval.t anyway...Yves Orton2009-09-195-199/+409
* split t/re/pat.t into new piecesYves Orton2009-09-1910-22131/+236
* copy pat.t into five new filesYves Orton2009-09-195-0/+21955
* Avoid using lib.pm in miniperl's tests.Nicholas Clark2009-09-181-1/+3
* split: Remove implicit split to @_Bo Borgerson2009-09-131-2/+2
* Update some remaining comments that still point to the old regexp tests locationVincent Pit2009-09-103-4/+4
* Fix paths in threaded regexp testsVincent Pit2009-09-104-4/+4
* missed a comment reference to t/op that should now be t/reYves Orton2009-09-101-1/+1
* move regex related tests out of t/op/ into t/re/Yves Orton2009-09-1033-0/+8680