summaryrefslogtreecommitdiff
path: root/t/re/pat.t
Commit message (Expand)AuthorAgeFilesLines
* regcomp.c: RT#77414. Initialize flagKarl Williamson2011-03-191-1/+0
* Revert "re/pat.t: Remove TODO message on passing tests"Karl Williamson2011-03-171-0/+1
* Fix RT #84294 /((\w+)(?{print $2})){2,2}/ problemYves Orton2011-03-121-1/+0
* Add tests for RT #84294 /((\w+)(?{print $2})){2,2}/ problemYves Orton2011-03-121-1/+12
* re/pat.t: Remove TODO message on passing testsKarl Williamson2011-03-081-1/+0
* 4f890a3067e1198f missed qr// from t/re/pat.t in its refactoring in two places.Nicholas Clark2011-03-081-2/+2
* Move two tests using charnames from t/re/pat.t to pat_rt_report.tNicholas Clark2011-03-061-23/+1
* Eliminate t/re/ReTest.pl. require './test.pl' directly in its 3 (former) users.Nicholas Clark2011-03-051-1/+1
* Move setting $IS_ASCII and $IS_EBCDIC from ReTest.pl to test.plNicholas Clark2011-03-051-2/+2
* Eliminate eval_ok() from ReTest.pl by inlining the logic in the only caller.Nicholas Clark2011-03-051-23/+33
* Refactor some calls to eval_ok() into is(eval $foo ...) and is($@, '') pairs.Nicholas Clark2011-03-051-4/+8
* Add warning_is() in test.pl to replace may_not_warn() in ReTest.pl.Nicholas Clark2011-03-051-1/+2
* Eliminate must_die() from ReTest.pl, which is only used 3 times in pat.tNicholas Clark2011-03-051-9/+10
* Move the loading of %Config from ReTest.pl to the only use point in pat.tNicholas Clark2011-03-051-3/+4
* Prune redundant blank lines.Nicholas Clark2011-03-051-29/+0
* Eliminate iseq() from ReTest.pl by changing all callers to use is().Nicholas Clark2011-03-051-50/+50
* Eliminate nok() from ReTest.pl by refactoring all uses to other test functions.Nicholas Clark2011-03-051-11/+11
* Slight tweaks to regexp tests so that they still produce sane TAP with test.plNicholas Clark2011-03-051-19/+19
* Use $::TODO, instead of $TODO, and relying on use vars '$TODO' in ReTest.plNicholas Clark2011-03-051-4/+4
* Eliminate use of $::Message in t/re/pat.tNicholas Clark2011-03-051-267/+267
* In ReTest.pl's may_not_warn(), eliminate the use of $::Message.Nicholas Clark2011-03-031-2/+2
* Eliminate the global override $DiePattern from t/re{ReTest.pl,pat.t}Nicholas Clark2011-03-031-9/+5
* Eliminate the global error override $Error from t/re{ReTest.pl,pat.t}Nicholas Clark2011-03-021-7/+5
* Simplify pat.t by removing a loop over 2 items, which is mostly if/elseNicholas Clark2011-03-021-11/+15
* Fix test count introduced by previous commitKarl Williamson2011-01-271-1/+1
* add tests for #3516: \G in a m//gDavid Mitchell2011-01-271-0/+23
* Fix typos (spelling errors) in t/*.Peter J. Acklam) (via RT2011-01-071-4/+4
* [perl #45147] Issue with the exists functionPeter Martini2011-01-021-1/+14
* Fix test count in t/re/pat.tFather Chrysostomos2010-12-111-1/+1
* re/pat.t: Add todo test for #38133Karl Williamson2010-12-111-0/+12
* make empty string regexp stringify to the same thing regardless of unicode flagsYves Orton2010-12-041-1/+12
* Deprecate ?PATTERN? without explicit m operatorZefram2010-11-241-1/+1
* re/pat.t: Skip tests on EBCDICKarl Williamson2010-11-221-2/+5
* regcomp.c: /d not overriding /uKarl Williamson2010-10-211-1/+10
* Fix the test count in t/re/pat.tFather Chrysostomos2010-10-211-1/+1
* regexec.c: utf8 doesn't match /i nonutf8 selfKarl Williamson2010-10-211-0/+4
* regexec.c: utf8 doesn't match non-utf8 selfKarl Williamson2010-10-211-1/+13
* Add /d, /l, /u (infixed) regex modifiersKarl Williamson2010-09-221-2/+30
* Add (?^...) regex constructKarl Williamson2010-09-201-5/+5
* Extra tests for a regex followed by an operator or a statement modifier.Bram2010-09-131-1/+36
* Tests for bug 77414Abigail2010-08-251-1/+21
* fix rt75680 - when working with utf8 strings one must always use s+=UTF8SKIP(...Yves Orton2010-08-231-2/+22
* when disabling regex implicit check string we must reset anchored flagYves Orton2010-06-241-1/+11
* PATCH [perl #74978] dot after } breaks \N{}Karl Williamson2010-05-081-1/+7
* PATCH: [perl #56444] delayed interpolation of \N{...}Karl Williamson2010-02-191-2/+21
* dropped a test by accident the last go, so ressurect the pat_re_eval.t anyway...Yves Orton2009-09-191-62/+16
* split t/re/pat.t into new piecesYves Orton2009-09-191-3378/+7
* 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-101-2/+2