summaryrefslogtreecommitdiff
path: root/t/re
Commit message (Expand)AuthorAgeFilesLines
* RT #96354: \h \H \v and \V didn't check for EOLDavid Mitchell2011-08-051-1/+9
* /aa and \b fail under some utf8 stringsKarl Williamson2011-07-301-2/+0
* Panic with \b and /aaKarl Williamson2011-07-301-3/+5
* re_eval: clear lexicals in the right padDavid Mitchell2011-07-161-1/+6
* regexp_unicode_prop.t: Improve outputKarl Williamson2011-07-031-4/+6
* fold_grind.t: Add commentsKarl Williamson2011-06-251-2/+10
* Add tests for [perl #87908]Karl Williamson2011-06-041-0/+14
* [perl #62498] Scalar context breaks lvalue subsFather Chrysostomos2011-06-011-3/+2
* Move a test to the right fileFather Chrysostomos2011-05-261-1/+18
* fold_grind.t: Revamp test case coverage analysisKarl Williamson2011-05-191-100/+219
* fold_grind.t: remove unnecessary testsKarl Williamson2011-05-191-1/+5
* fold_grind.t: No longer any TODOsKarl Williamson2011-05-191-9/+1
* fold_grind.t: Refactor subtestsKarl Williamson2011-05-191-18/+33
* PATCH: [perl #88822] Re: Test failure t/re_fold_grind.t with bleadperlKarl Williamson2011-05-191-1/+12
* fold_grind.t: Slightly change debug stmtKarl Williamson2011-05-191-2/+1
* fold_grind.t: Make sure special-cased code points are testedKarl Williamson2011-05-191-2/+4
* fold_grind.t: Add testing of multi-char folds in patternKarl Williamson2011-05-191-3/+6
* /iaa doesn't work when the result is trie'dKarl Williamson2011-05-181-0/+4
* Assertion fails in multi-char regex matchKarl Williamson2011-05-181-0/+4
* PATCH: [perl #89750]: Unicode regex negated case-insensitivityKarl Williamson2011-05-032-0/+7
* reg_eval_scope.t: skip coring tests on all archesDavid Mitchell2011-04-121-1/+3
* regcomp: Improve error message for (?-d:...)Karl Williamson2011-04-121-0/+1
* PATCH: [perl #86972]: Tweak error messagesKarl Williamson2011-04-121-5/+5
* Add test for [perl #87812]Karl Williamson2011-04-111-0/+12
* PATCH: partial [perl #86972]: Allow /(?aia)/Karl Williamson2011-04-102-2/+12
* regex .t's: Remove now passing TODOsKarl Williamson2011-03-202-9/+2
* reg_namedseq: Restructure so doesn't duplicate codeKarl Williamson2011-03-202-14/+3
* Avoid warnings in pat_advanced.t in the logic for skipping a test.Nicholas Clark2011-03-201-3/+3
* Skip test in pat_advanced_thr.t as it triggers an unrelated thread bug.Nicholas Clark2011-03-201-1/+3
* regcomp.c: RT#77414. Initialize flagKarl Williamson2011-03-191-1/+0
* pat_advanced.t: Bump watchdog timeoutKarl Williamson2011-03-191-1/+1
* Stop hang in regexKarl Williamson2011-03-191-0/+5
* charset.t: Skip locale tests depending on platformKarl Williamson2011-03-171-1/+11
* Revert "re/pat.t: Remove TODO message on passing tests"Karl Williamson2011-03-171-0/+1
* RT #85964: bleadperl breaks CGI-FormBuilderKarl Williamson2011-03-161-6/+6
* Add TODO tests for #85964Karl Williamson2011-03-161-0/+14
* regcomp.c: utf8 pattern implies uni rulesKarl Williamson2011-03-141-0/+6
* Convert t/re/regexp_unicode_prop.t to using test.pl's functions for testing.Nicholas Clark2011-03-141-19/+17
* Convert t/re/subst_amp.t to test.pl, strict and warnings.Nicholas Clark2011-03-141-31/+20
* Convert t/re/reg_mesg.t to test.pl and strict.Nicholas Clark2011-03-131-87/+32
* Move t/re/reg_unsafe.t's test to a fresh_perl_is() inside pat_advanced.tNicholas Clark2011-03-132-19/+16
* Convert t/re/reg_email.t to test.pl, strict and warnings.Nicholas Clark2011-03-131-7/+8
* In overload.t, move require './test.pl' into BEGIN to avoid stubbing subs.Nicholas Clark2011-03-131-12/+5
* regcomp.c: /a should handle /\xdf/i same as /uKarl Williamson2011-03-121-3/+31
* 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
* Don't run crashing TODO tests for release builds.Jan Dubois2011-03-111-6/+16
* In fold_grind.t only report OK for each charset/target combinationDavid Leadbeater2011-03-081-2/+23
* re/pat.t: Remove TODO message on passing testsKarl Williamson2011-03-081-1/+0
* PATCH: [perl #85528], add initializationKarl Williamson2011-03-081-0/+3