summaryrefslogtreecommitdiff
path: root/t/re/regexp.t
Commit message (Expand)AuthorAgeFilesLines
* t/re/regexp.t - in skip_amp tests (via _noamp.t) do not TODO tests with amper...Yves Orton2023-03-131-2/+3
* regexec.c - fix accept in CURLYX/WHILEM construct.Yves Orton2023-01-151-6/+37
* Remove use of experimental regex sets warningsKarl Williamson2022-03-191-1/+1
* re/regexp_nonull.t: Skip if no APItest builtKarl Williamson2020-05-271-0/+4
* t/re/regexp.t: Fix to properly handle EBCDICKarl Williamson2020-05-271-1/+1
* t/re/regexp.t: Speed up many regex tests on ASCII platformKarl Williamson2019-12-191-15/+18
* t/re/regexp.t: Only convert to EBCDIC onceKarl Williamson2019-11-111-21/+31
* re/regexp.t: Change variable name to be more meaningfulKarl Williamson2019-11-111-6/+6
* Remove lib/unicore/Heavy.plKarl Williamson2019-11-061-1/+1
* Accept experimental alpha_assertions featureKarl Williamson2019-10-311-1/+0
* Implement variable length lookbehind in regex patternsKarl Williamson2019-03-181-0/+1
* t/re/regexp.t: Silence HP-UX warningsKarl Williamson2018-02-271-0/+7
* Add alphabetic synonyms for regex assertionsKarl Williamson2018-02-181-3/+44
* Fix bug in t/re/regex_sets_compat.tKarl Williamson2018-01-291-7/+4
* Replace multiple 'use vars' by 'our' in tTodd Rinaldo2017-11-111-5/+2
* Make regexp_nonull.t test patterns without nullFather Chrysostomos2016-09-191-1/+17
* regexp.t: Update comments about column 1Father Chrysostomos2016-09-181-2/+3
* Add regexp_nonull.tFather Chrysostomos2016-09-171-1/+3
* 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