diff options
author | ph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069> | 2018-02-19 14:49:42 +0000 |
---|---|---|
committer | ph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069> | 2018-02-19 14:49:42 +0000 |
commit | 1890db00e66f40d659470a8a988d71daf59a29f9 (patch) | |
tree | 34a84f3aa918c3cfcc8404dfcb8e895ca137b7b4 /testdata/testoutput18 | |
parent | 54a2a3cb6d78dfb6b91087f08d06d92497c7ef0a (diff) | |
download | pcre2-1890db00e66f40d659470a8a988d71daf59a29f9.tar.gz |
Fix the value passed back for POSIX unset groups when REG_STARTEND has a
non-zero starting offset, and make pcre2test show relevant POSIX unset groups.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@915 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testoutput18')
-rw-r--r-- | testdata/testoutput18 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testdata/testoutput18 b/testdata/testoutput18 index d51423d..d6e3c71 100644 --- a/testdata/testoutput18 +++ b/testdata/testoutput18 @@ -46,6 +46,7 @@ defabc\=noteol 0: def 1: def + 2: <unset> 3: def /the quick brown fox/ @@ -206,4 +207,18 @@ No match: POSIX code 17: match failed /a\b(c/literal,posix,dotall Failed: POSIX code 16: bad argument at offset 0 +/((a)(b)?(c))/posix + 123ace + 0: ac + 1: ac + 2: a + 3: <unset> + 4: c + 123ace\=posix_startend=2:6 + 0: ac + 1: ac + 2: a + 3: <unset> + 4: c + # End of testdata/testinput18 |