summaryrefslogtreecommitdiff
path: root/Test/V07pcre.ztst
AgeCommit message (Collapse)AuthorFilesLines
2024-01-2652405, 52502: add empty elements to $match for optional captures that don't ↵Oliver Kiddle1-0/+5
match
2023-05-1351738: support pcre's alternative DFA matching algorithmOliver Kiddle1-0/+5
2023-05-1351728: assign pcre named capture groups to a hashOliver Kiddle1-0/+14
2023-05-1351723: migrate pcre module to pcre2Oliver Kiddle1-2/+11
2022-09-2650658 + test: Enable to switch between C/UTF-8 locales in PCREJun-ichi Takimoto1-0/+11
2022-09-1550629: do not use egrep in testsJun-ichi Takimoto1-14/+2
2020-03-28unposted: Fix syntax error introduced in 45591.Daniel Shahaf1-1/+1
2020-03-2745591 (Cf. 45587, 45620): In the test suite, centralize testing that ↵Daniel Shahaf1-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.
2018-09-2443493: Have V07pcre fail if PCRE was enabled by configure (config.modules) ↵Daniel Shahaf1-3/+2
but failed to load for any reason.
2017-08-1441542: Fix pcre logic for extracting matched parentheses.Peter Stephenson1-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.
2017-08-1141527 (tweaked for heap memory): fix [[ -<cond> ]] from modulesPhil Pennock1-0/+9
2017-06-2241308 (tweaked): behaviour of PCRE with NUL bytesPhil Pennock1-0/+6
2016-04-23Mikael Berthe: 38307: PCRE segfault when parenthesized group matches nothingBarton E. Schaefer1-0/+7
unposted: regression test for 38307
2016-01-08Jun T.: 37515: multibyte handling as per 35448.Barton E. Schaefer1-0/+11
2015-01-2234344: fix 34338, pcre builtins need loading tooBarton E. Schaefer1-0/+2
2015-01-2234338: check pcre-match feature availabilityBarton E. Schaefer1-1/+1
It is possible for the module to be linked/loadable but have no features.
2014-09-0733122: typo from 32891 caused incorrect matches for pcre_match -nBarton E. Schaefer1-0/+9
2011-10-2629867: pcre/ZTST_unimplemented change from BartPhil Pennock1-1/+5
2011-10-2429838: metafy/unmetafy strings for PCRE matching (UTF-8 fixes)Phil Pennock1-0/+106