summaryrefslogtreecommitdiff
path: root/t/re/re_tests
Commit message (Expand)AuthorAgeFilesLines
* RT #85964: bleadperl breaks CGI-FormBuilderKarl Williamson2011-03-161-6/+6
* Add TODO tests for #85964Karl Williamson2011-03-161-0/+14
* PATCH: [perl #85528], add initializationKarl Williamson2011-03-081-0/+3
* [perl #84746] Accessing $2 causes the interpreter to crashFather Chrysostomos2011-02-251-0/+3
* Allow t/re/regexp.t to conditionally skip tests on miniperlNicholas Clark2011-02-221-38/+38
* Fix up \cX for 5.14Karl Williamson2011-02-091-2/+2
* regex: \p{} in pattern implies Unicode semanticsKarl Williamson2011-01-271-0/+1
* Add /a regex modifierKarl Williamson2011-01-171-3/+4
* Fix \xa0 matching both [\s] [\S], et.al.Karl Williamson2011-01-161-4/+4
* [perl #79152] super-linear cache can prevent a valid matchNick Cleaton2010-11-301-0/+5
* fix the trie part of rt-78356Yves Orton2010-11-031-0/+1
* Fix /[\8]/ to not match NULL; give correct warningKarl Williamson2010-09-161-0/+15
* Add \o{} escapeKarl Williamson2010-07-171-0/+6
* \400 -\777 now means the same thing in all d-quoteKarl Williamson2010-07-171-0/+7
* Remove extra blanks from t/re/re_tests, vimKarl Williamson2010-07-171-7/+7
* PATCH: [perl #75138] "\c`" -> " "Karl Williamson2010-05-301-0/+3
* Note in comment that many \N{...} tests won't work hereKarl Williamson2010-05-081-0/+2
* Comment where to find file's formatKarl Williamson2010-05-081-1/+1
* Improve handling of qq(\N{...}); and /xKarl Williamson2010-02-201-1/+30
* PATCH: [perl #56444] delayed interpolation of \N{...}Karl Williamson2010-02-191-0/+25
* Document backreferences to groups that did not matchMoritz Lenz2009-11-281-1/+4
* revert to 5.8.x semantics for \s \w and \dYves Orton2009-10-191-1/+1
* move regex related tests out of t/op/ into t/re/Yves Orton2009-09-101-0/+1395