summaryrefslogtreecommitdiff
path: root/testdata/testoutput6
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-10-17 08:33:38 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-10-17 08:33:38 +0000
commita84ab92374d05623c38c6d7de7833533c2c298f1 (patch)
tree7566d8ba1d310dc4b179621bc0845f45235c534d /testdata/testoutput6
parent9fd0ca5ba7ccee2a38b870d55404ccd93f80b61b (diff)
downloadpcre2-a84ab92374d05623c38c6d7de7833533c2c298f1.tar.gz
Implement PCRE2_COPY_MATCHED_SUBJECT.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1028 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testoutput6')
-rw-r--r--testdata/testoutput611
1 files changed, 11 insertions, 0 deletions
diff --git a/testdata/testoutput6 b/testdata/testoutput6
index caec833..f78f600 100644
--- a/testdata/testoutput6
+++ b/testdata/testoutput6
@@ -7783,4 +7783,15 @@ No match
\na
No match
+/foobar/
+ the foobar thing\=copy_matched_subject
+ 0: foobar
+ the foobar thing\=copy_matched_subject,zero_terminate
+ 0: foobar
+
+/foobar/g
+ the foobar thing foobar again\=copy_matched_subject
+ 0: foobar
+ 0: foobar
+
# End of testinput6