summaryrefslogtreecommitdiff
path: root/t/re/pat_advanced.t
Commit message (Expand)AuthorAgeFilesLines
* Assertion fails in multi-char regex matchKarl Williamson2011-06-021-0/+4
* reg_namedseq: Restructure so doesn't duplicate codeKarl Williamson2011-03-201-12/+1
* 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
* pat_advanced.t: Bump watchdog timeoutKarl Williamson2011-03-191-1/+1
* Stop hang in regexKarl Williamson2011-03-191-0/+5
* regcomp.c: utf8 pattern implies uni rulesKarl Williamson2011-03-141-0/+6
* Move t/re/reg_unsafe.t's test to a fresh_perl_is() inside pat_advanced.tNicholas Clark2011-03-131-0/+16
* Now that pat_{advanced,rt_report}.t use test.pl, use skip_all_if_miniperl().Nicholas Clark2011-03-051-4/+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-10/+10
* Eliminate $::ordA from ReTest.pl, inlining its constant value in its only user.Nicholas Clark2011-03-051-3/+3
* Refactor some calls to eval_ok() into is(eval $foo ...) and is($@, '') pairs.Nicholas Clark2011-03-051-7/+14
* Add warnings_like() in test.pl to replace must_warn() in ReTest.pl.Nicholas Clark2011-03-051-9/+12
* Add warning_like() in test.pl to replace some uses of ReTest.pl's must_warn().Nicholas Clark2011-03-051-2/+2
* In pat_advanced.t, refactor 6 calls to must_warn() into a loop.Nicholas Clark2011-03-051-6/+4
* Add warning_is() in test.pl to replace may_not_warn() in ReTest.pl.Nicholas Clark2011-03-051-3/+4
* Prune redundant blank lines.Nicholas Clark2011-03-051-87/+0
* Eliminate iseq() from ReTest.pl by changing all callers to use is().Nicholas Clark2011-03-051-79/+79
* Eliminate nok() from ReTest.pl by refactoring all uses to other test functions.Nicholas Clark2011-03-051-2/+2
* Slight tweaks to regexp tests so that they still produce sane TAP with test.plNicholas Clark2011-03-051-3/+3
* Use $::TODO, instead of $TODO, and relying on use vars '$TODO' in ReTest.plNicholas Clark2011-03-051-1/+1
* Eliminate use of $::Message in t/re/pat_advanced.tNicholas Clark2011-03-051-323/+323
* Simplify the code for a group of tests in pat_advanced.tNicholas Clark2011-03-031-5/+5
* bleadperl breaks RCLAMP/Text-GlobKarl Williamson2011-02-251-1/+4
* Eliminate $::PatchId from t/re/*.t.Nicholas Clark2011-02-251-2/+2
* Skip t/re/pat_{advanced,rt_report}.t under minitest, as they use %- and %+Nicholas Clark2011-02-231-0/+4
* pat-advanced.t: Add new testKarl Williamson2011-02-021-1/+50
* regcomp: Disallow multi-char folds in lookbehindKarl Williamson2011-01-181-1/+14
* Fix typos (spelling errors) in t/*.Peter J. Acklam) (via RT2011-01-071-2/+2
* VERB nodes in the regex engine should NOT be marked as JUMPABLE.Bram2010-08-261-1/+292
* PATCH: deprecation warnings for unreasonable charnamesKarl Williamson2010-02-201-1/+15
* PATCH: [perl #56444] delayed interpolation of \N{...}Karl Williamson2010-02-191-6/+26
* Allow U+0FFFF in regexKarl Williamson2009-12-201-1/+12
* mktables revampKarl Williamson2009-11-211-4/+3
* revert to 5.8.x semantics for \s \w and \dYves Orton2009-10-191-1/+1
* dropped a test by accident the last go, so ressurect the pat_re_eval.t anyway...Yves Orton2009-09-191-95/+41
* split t/re/pat.t into new piecesYves Orton2009-09-191-2566/+5
* copy pat.t into five new filesYves Orton2009-09-191-0/+4391