summaryrefslogtreecommitdiff
path: root/t/re/overload.t
Commit message (Expand)AuthorAgeFilesLines
* Use set_up_inc for several unit testsNicolas R2016-08-181-1/+1
* Partial minitest fix-upFather Chrysostomos2014-08-231-1/+1
* reparse compile-time /(?{})/ in right scopeDavid Mitchell2013-08-061-0/+42
* Handle /@a/ array expansion within regex engineDavid Mitchell2013-04-201-0/+19
* Perl_re_op_compile(): handle utf8 concating betterDavid Mitchell2013-04-201-0/+24
* fix runtime /(?{})/ with overload::constant qrDavid Mitchell2013-04-121-0/+75
* Handle overloading properly in compile-time regexDavid Mitchell2013-04-121-0/+50
* regex and overload: unifiy 1 and N arg branchesDavid Mitchell2013-04-121-0/+20
* In overload.t, move require './test.pl' into BEGIN to avoid stubbing subs.Nicholas Clark2011-03-131-12/+5
* Fix test (see <20100901161607.GB2892@iabyn.com>)Abigail2010-09-021-2/+1
* Copy RE capture buf on overload as well as TEMPDavid Mitchell2010-09-011-1/+6
* Added a test for bug #77084.Abigail2010-08-191-0/+39