summaryrefslogtreecommitdiff
path: root/t/re/regexp.t
Commit message (Expand)AuthorAgeFilesLines
* t/re/regexp.t: Remove extra semicolons from output.Dan Collins2016-07-111-6/+6
* t/re/regexp.t: Better formatting for test failuresDan Collins2016-07-111-1/+2
* PATCH: [perl #123417] Deprecate empty \N{}Karl Williamson2016-03-241-1/+1
* t/re/regexp.t: Properly handle \c?[ in regex_setsKarl Williamson2014-11-011-4/+4
* t/re/regexp.t: Add ability to skip depending on platformKarl Williamson2014-10-211-0/+10
* t/re/regexp.t: Generalize for non-ASCII platformsKarl Williamson2014-10-211-0/+29
* Add test names to t/re/regexp.t and friendsYves Orton2014-10-201-13/+20
* Skip t/re/regexp.t under miniperl unless uni tables existFather Chrysostomos2014-09-021-1/+4
* Partial minitest fix-upFather Chrysostomos2014-08-231-1/+1
* Add comments that re tests can be commented in col 7Karl Williamson2013-12-161-0/+2
* Fix and add tests for *PRUNE/*THEN plus leading non-greedy +Yves Orton2013-06-221-0/+3
* Add back-compat (?[ ]) testsKarl Williamson2013-01-111-4/+194
* regexp.t: Add a period in test name skip reasonKarl Williamson2013-01-111-1/+1
* regexp.t: Skip tests that are supposed toKarl Williamson2013-01-081-5/+5
* regexp.t: Add 'no warnings "utf8";Karl Williamson2012-10-141-0/+1
* Avoid t/re/regexp.t failing on miniperl when displaying TODO test output.Nicholas Clark2012-01-021-1/+5
* Tidy up t/re/regexp.tNicholas Clark2011-12-031-5/+4
* [RT #36079] Convert ` to '.jkeenan2011-11-221-4/+4
* regexp.t: print diagnostics with leading '#'Karl Williamson2011-09-241-3/+8
* Move the special-case logic for $qr_embed_thr to regexp_qr_embed_thr.tNicholas Clark2011-03-081-12/+0
* Allow t/re/regexp.t to conditionally skip tests on miniperlNicholas Clark2011-02-221-0/+2
* Fix typos (spelling errors) in t/*.Peter J. Acklam) (via RT2011-01-071-1/+1
* PATCH: [perl #56444] delayed interpolation of \N{...}Karl Williamson2010-02-191-0/+4
* Update some remaining comments that still point to the old regexp tests locationVincent Pit2009-09-101-1/+1
* 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-101-0/+207