summaryrefslogtreecommitdiff
path: root/t/re/pat.t
Commit message (Expand)AuthorAgeFilesLines
* #101666: horrible regex parsing error error [sic]Yves Orton2012-06-231-1/+1
* overloading: make qr fallback to "" betterDavid Mitchell2012-06-191-1/+51
* "don't recompile pattern" check: account for UTF8David Mitchell2012-06-131-1/+12
* Require space between regex and following alnum operatorKarl Williamson2012-06-111-46/+1
* Deprecate literal unescaped "{" in regexes.Karl Williamson2012-05-241-1/+1
* Experimentally add VT to \s definitionKarl Williamson2012-05-221-1/+1
* [perl #112184] Handle $^N in Perl_magic_setFather Chrysostomos2012-05-211-3/+4
* pat.t: Fix typo in commentKarl Williamson2012-03-191-1/+1
* re/pat.t: Remove obsolete commentKarl Williamson2012-02-281-3/+1
* (?foo:...) loses passed in charsetKarl Williamson2012-02-281-1/+10
* Fix bug #109206: ANCH_MBOL with while /.*/gYves Orton2012-01-291-1/+13
* fix variable not shared warnings coming from the use statement being executed...Yves Orton2012-01-281-2/+4
* pat.t: Test that . overloading gets passed qr refFather Chrysostomos2012-01-261-1/+18
* Don’t crash on @a =~ // warningFather Chrysostomos2012-01-171-1/+8
* PATCH: [perl #101710] Regression with /i, latin1 chars.Karl Williamson2011-11-011-1/+8
* Add tests for isIDFirstKarl Williamson2011-10-011-1/+28
* utf8.c: Don't invert beyond-Unicode code pointsKarl Williamson2011-10-011-1/+15
* regcomp.c: RT#77414. Initialize flagKarl Williamson2011-03-191-1/+0
* Revert "re/pat.t: Remove TODO message on passing tests"Karl Williamson2011-03-171-0/+1
* 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
* re/pat.t: Remove TODO message on passing testsKarl Williamson2011-03-081-1/+0
* 4f890a3067e1198f missed qr// from t/re/pat.t in its refactoring in two places.Nicholas Clark2011-03-081-2/+2
* Move two tests using charnames from t/re/pat.t to pat_rt_report.tNicholas Clark2011-03-061-23/+1
* Eliminate t/re/ReTest.pl. require './test.pl' directly in its 3 (former) users.Nicholas Clark2011-03-051-1/+1
* Move setting $IS_ASCII and $IS_EBCDIC from ReTest.pl to test.plNicholas Clark2011-03-051-2/+2
* Eliminate eval_ok() from ReTest.pl by inlining the logic in the only caller.Nicholas Clark2011-03-051-23/+33
* Refactor some calls to eval_ok() into is(eval $foo ...) and is($@, '') pairs.Nicholas Clark2011-03-051-4/+8
* Add warning_is() in test.pl to replace may_not_warn() in ReTest.pl.Nicholas Clark2011-03-051-1/+2
* Eliminate must_die() from ReTest.pl, which is only used 3 times in pat.tNicholas Clark2011-03-051-9/+10
* Move the loading of %Config from ReTest.pl to the only use point in pat.tNicholas Clark2011-03-051-3/+4
* Prune redundant blank lines.Nicholas Clark2011-03-051-29/+0
* Eliminate iseq() from ReTest.pl by changing all callers to use is().Nicholas Clark2011-03-051-50/+50
* Eliminate nok() from ReTest.pl by refactoring all uses to other test functions.Nicholas Clark2011-03-051-11/+11
* Slight tweaks to regexp tests so that they still produce sane TAP with test.plNicholas Clark2011-03-051-19/+19
* Use $::TODO, instead of $TODO, and relying on use vars '$TODO' in ReTest.plNicholas Clark2011-03-051-4/+4
* Eliminate use of $::Message in t/re/pat.tNicholas Clark2011-03-051-267/+267
* In ReTest.pl's may_not_warn(), eliminate the use of $::Message.Nicholas Clark2011-03-031-2/+2
* Eliminate the global override $DiePattern from t/re{ReTest.pl,pat.t}Nicholas Clark2011-03-031-9/+5
* Eliminate the global error override $Error from t/re{ReTest.pl,pat.t}Nicholas Clark2011-03-021-7/+5
* Simplify pat.t by removing a loop over 2 items, which is mostly if/elseNicholas Clark2011-03-021-11/+15
* Fix test count introduced by previous commitKarl Williamson2011-01-271-1/+1
* add tests for #3516: \G in a m//gDavid Mitchell2011-01-271-0/+23
* Fix typos (spelling errors) in t/*.Peter J. Acklam) (via RT2011-01-071-4/+4
* [perl #45147] Issue with the exists functionPeter Martini2011-01-021-1/+14
* 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
* make empty string regexp stringify to the same thing regardless of unicode flagsYves Orton2010-12-041-1/+12
* Deprecate ?PATTERN? without explicit m operatorZefram2010-11-241-1/+1
* re/pat.t: Skip tests on EBCDICKarl Williamson2010-11-221-2/+5