summaryrefslogtreecommitdiff
path: root/t/re
Commit message (Expand)AuthorAgeFilesLines
* Add /a regex modifierKarl Williamson2011-01-172-4/+5
* re/charset.t: typo in commentKarl Williamson2011-01-171-1/+1
* Add plan() call to .tKarl Williamson2011-01-161-0/+2
* Deliver t/re/charset.tKarl Williamson2011-01-161-0/+224
* Fix \xa0 matching both [\s] [\S], et.al.Karl Williamson2011-01-161-4/+4
* restrict \p{IsUserDefined} to In\w+ and In\w+David Mitchell2011-01-161-9/+15
* Fix typos (spelling errors) in t/*.Peter J. Acklam) (via RT2011-01-077-13/+13
* [perl #45147] Issue with the exists functionPeter Martini2011-01-021-1/+14
* avoid emitting control characters in test commentsTony Cook2010-12-211-1/+1
* multiple watchdog()s in the one test script are meaninglessTony Cook2010-12-211-1/+0
* Re-order the tests to match the commentTony Cook2010-12-181-13/+14
* re.t: Use portable C localeKarl Williamson2010-12-181-3/+3
* re.t: Avoid encoding issues by using hex charsKarl Williamson2010-12-181-1/+1
* add some tests for the regex flags u, d, and lOtrsUser2010-12-151-1/+44
* 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
* Replaced 'unlink' with 'unlink_all' in t/re/qr.tBrad Gilbert2010-12-081-1/+1
* [perl #66104] Bugs in extended regexp featuresFather Chrysostomos2010-12-071-1/+2
* To-do tests for abnormal exiting from (?{})Father Chrysostomos2010-12-041-1/+17
* Hideous to-do tests for (?{}) scoping issuesFather Chrysostomos2010-12-041-0/+112
* Un-TODO and un-SKIP the [perl #22354] testsFather Chrysostomos2010-12-041-14/+3
* make empty string regexp stringify to the same thing regardless of unicode flagsYves Orton2010-12-041-1/+12
* re/fold_grind.t: Add tests for NREFFU, REFFUKarl Williamson2010-12-011-2/+22
* re/fold_grind.t: Refactor to test utf8 patterns.Karl Williamson2010-12-011-11/+14
* regcomp.c: utf8 pattern defaults to Unicode semanticsKarl Williamson2010-12-011-0/+4
* re/reg_fold.t: use array size for test countsKarl Williamson2010-12-011-8/+1
* [perl #79152] super-linear cache can prevent a valid matchNick Cleaton2010-11-301-0/+5
* reg_fold.t: Add tests for simple Latin1 foldsKarl Williamson2010-11-281-0/+48
* reg_fold.t: Disable single char fold testingKarl Williamson2010-11-281-0/+1
* fold_grind.t: Enable EXACTish testsKarl Williamson2010-11-281-1/+1
* fold_grind.t: Make unicode semantics pattern differentlyKarl Williamson2010-11-281-6/+6
* Deprecate ?PATTERN? without explicit m operatorZefram2010-11-242-2/+2
* fold_grind.t: Only test [char classes]Karl Williamson2010-11-221-1/+1
* reg_fold.t: Don't duplicate fold_grind.tKarl Williamson2010-11-221-1/+1
* Add fold_grind.tKarl Williamson2010-11-221-0/+360
* re/pat.t: Skip tests on EBCDICKarl Williamson2010-11-221-2/+5
* PATCH: [perl #78994]: optimizer loses foldingKarl Williamson2010-11-111-0/+2
* regexec.c: Don't give up on fold matching earlyKarl Williamson2010-11-071-0/+6
* fix 68564: /g failure with zero-width patternsYves Orton2010-11-031-1/+8
* fix the trie part of rt-78356Yves Orton2010-11-031-0/+1
* s///r leaks like a sieveFather Chrysostomos2010-11-021-1/+6
* Don’t capitalise words in the middle of an error messageFather Chrysostomos2010-11-021-1/+1
* Add test for rt-70998: qq{\x{30ab}} =~ /\xab|\xa9/ produces warningsFather Chrysostomos2010-11-021-1/+38
* [:posix:] now works under /uKarl Williamson2010-10-311-19/+10
* 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 tests for the usage messages for Tie::Hash::NamedCapture::*Nicholas Clark2010-10-131-1/+18
* In reg_nc_tie.t, use like() to get better diagnostics on failure.Nicholas Clark2010-10-131-3/+3