diff options
author | ph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069> | 2016-01-31 19:14:15 +0000 |
---|---|---|
committer | ph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069> | 2016-01-31 19:14:15 +0000 |
commit | 6bf32bbce61a414df982e36df8d78d88df4602f7 (patch) | |
tree | 225826f9b36246c67aa82d52260825d9cc20267d /testdata/testinput18 | |
parent | a037309efc805f058becbbee578674b91775a8c3 (diff) | |
download | pcre2-6bf32bbce61a414df982e36df8d78d88df4602f7.tar.gz |
Don't set PCRE2_NO_AUTO_CAPTURE when REG_NOSUB is passed to regcomp().
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@482 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testinput18')
-rw-r--r-- | testdata/testinput18 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/testdata/testinput18 b/testdata/testinput18 index c75b842..0fe856d 100644 --- a/testdata/testinput18 +++ b/testdata/testinput18 @@ -68,12 +68,15 @@ ab=cd ab\ncd -/a(b)c/no_auto_capture +/a(b)c/posix_nosub abc -/a(?P<name>b)c/no_auto_capture +/a(?P<name>b)c/posix_nosub abc +/(a)\1/posix_nosub + zaay + /a?|b?/ abc \= Expect no match |