summaryrefslogtreecommitdiff
path: root/t/op/qr.t
Commit message (Expand)AuthorAgeFilesLines
* Test preamble: unify chdir 't' if -d 't';Jarkko Hietaniemi2014-10-081-1/+1
* Make like() and unlike() in t/test.pl refuse non-qr// argumentsÆvar Arnfjörð Bjarmason2014-06-211-2/+2
* Allow regexp-to-pvlv assignmentFather Chrysostomos2012-10-301-1/+15
* Turn off OK flags when creating a regexp.Father Chrysostomos2012-10-301-1/+15
* Stop regexp assignment from clobbering magicFather Chrysostomos2012-10-281-1/+11
* Fix assertion failure with $float = $regexp assignmentFather Chrysostomos2012-10-281-1/+6
* [perl #96230] Stop s/$qr// from reusing last patternFather Chrysostomos2012-10-161-1/+5
* [perl #96230] Stop qr// from reusing last patternFather Chrysostomos2012-09-221-1/+5
* Let qr.t run from the top levelFather Chrysostomos2012-09-221-1/+4
* qr.t: Load test.pl in BEGINFather Chrysostomos2012-09-221-1/+1
* Add class_ok() and object_ok() to t/test.pl.Michael G. Schwern2011-11-171-8/+8
* Fix for non-regexps being upgraded to SVt_REGEXPNicholas Clark2010-02-091-3/+20
* Ensure that pp_qr returns a new regexp SV each time. Resolves RT #69852.Nicholas Clark2009-12-021-0/+41
* move regex related tests out of t/op/ into t/re/Yves Orton2009-09-101-13/+0
* First class regexps.Nicholas Clark2007-12-281-8/+1
* Test for the qr// constructÆvar Arnfjörð Bjarmason2007-04-101-0/+20