summaryrefslogtreecommitdiff
path: root/testdata/testinput6
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-12-14 17:17:06 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-12-14 17:17:06 +0000
commit4dce67c48dae4e25a130057a793fba40b13bdaf7 (patch)
tree6f9fffb7c55db02018d07b4877aa2d956081a2cc /testdata/testinput6
parent882e427acf7ac30d6c8195423a3374af5a3338d2 (diff)
downloadpcre2-4dce67c48dae4e25a130057a793fba40b13bdaf7.tar.gz
Update and improve substring handling and its documentation.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@174 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testinput6')
-rw-r--r--testdata/testinput611
1 files changed, 11 insertions, 0 deletions
diff --git a/testdata/testinput6 b/testdata/testinput6
index d748136..bb0dbcd 100644
--- a/testdata/testinput6
+++ b/testdata/testinput6
@@ -4797,4 +4797,15 @@
ab
cdab
+/(a)(b)|(c)/
+ XcX\=ovector=2,get=1,get=2,get=3,get=4,getall
+
+/(?<A>aa)/
+ aa\=get=A
+ aa\=copy=A
+
+/a+/no_auto_possess
+ a\=ovector=2,get=1,get=2,getall
+ aaa\=ovector=2,get=1,get=2,getall
+
# End of testinput6