about summary refs log tree commit diff
path: root/Test/V07pcre.ztst
Commit message (Collapse)AuthorAgeFilesLines
* unposted: Fix syntax error introduced in 45591.Daniel Shahaf2020-03-281-1/+1
|
* 45591 (Cf. 45587, 45620): In the test suite, centralize testing that ↵Daniel Shahaf2020-03-271-2/+1
| | | | | | | | | | compiled modules can be loaded successfully. Have V01zmodload.ztst check that all modules enabled in config.modules load successfully. With this change, the test files for individual modules may assume that if 'zmodload' fails that must be because the module hadn't been compiled in, and mark themselves as skipped in that case.
* 43493: Have V07pcre fail if PCRE was enabled by configure (config.modules) ↵Daniel Shahaf2018-09-241-3/+2
| | | | but failed to load for any reason.
* 41542: Fix pcre logic for extracting matched parentheses.Peter Stephenson2017-08-141-0/+24
| | | | | | | | | | When we went off the end of the array but measured the length implicitly, we got lucky before. After 41308 we were looking up lengths in stale memory. Rename some variables, clean up the logic, be easier to understand. Add tests.
* 41527 (tweaked for heap memory): fix [[ -<cond> ]] from modulesPhil Pennock2017-08-111-0/+9
|
* 41308 (tweaked): behaviour of PCRE with NUL bytesPhil Pennock2017-06-221-0/+6
|
* Mikael Berthe: 38307: PCRE segfault when parenthesized group matches nothingBarton E. Schaefer2016-04-231-0/+7
| | | | unposted: regression test for 38307
* Jun T.: 37515: multibyte handling as per 35448.Barton E. Schaefer2016-01-081-0/+11
|
* 34344: fix 34338, pcre builtins need loading tooBarton E. Schaefer2015-01-221-0/+2
|
* 34338: check pcre-match feature availabilityBarton E. Schaefer2015-01-221-1/+1
| | | | It is possible for the module to be linked/loadable but have no features.
* 33122: typo from 32891 caused incorrect matches for pcre_match -nBarton E. Schaefer2014-09-071-0/+9
|
* 29867: pcre/ZTST_unimplemented change from BartPhil Pennock2011-10-261-1/+5
|
* 29838: metafy/unmetafy strings for PCRE matching (UTF-8 fixes)Phil Pennock2011-10-241-0/+106