summaryrefslogtreecommitdiff
path: root/testdata/testoutput6
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-12-22 17:33:10 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-12-22 17:33:10 +0000
commit5a965dfff2f52ca8283d44751375c3c5f15d65ea (patch)
treee263802d2e999ed813b9bd03e4add6557f23e041 /testdata/testoutput6
parent08ed7c7711d4b31fbbcb82b5e4d1a040416ba137 (diff)
downloadpcre2-5a965dfff2f52ca8283d44751375c3c5f15d65ea.tar.gz
Improvements for substring handling with partial matches.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@177 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testoutput6')
-rw-r--r--testdata/testoutput67
1 files changed, 7 insertions, 0 deletions
diff --git a/testdata/testoutput6 b/testdata/testoutput6
index 18594e9..ef3cdcd 100644
--- a/testdata/testoutput6
+++ b/testdata/testoutput6
@@ -7766,4 +7766,11 @@ Get substring 2 failed (-54): requested value is not available
0L aaa
1L aa
+/a(b)c(d)/
+ abc\=ph,copy=0,copy=1,getall
+Partial match: abc
+ 0C abc (3)
+Copy substring 1 failed (-2): partial match
+get substring list failed (-2): partial match
+
# End of testinput6