summaryrefslogtreecommitdiff
path: root/testdata/testoutput6
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-09-22 11:24:28 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-09-22 11:24:28 +0000
commitbec7b6091380ee984ff8616184bae250d22530ca (patch)
tree82e78c2c72ed34029817189d01af5a35e0885a5f /testdata/testoutput6
parent4d8cc29bcaed2374f6ccbf1cbfe56c80641c6128 (diff)
downloadpcre2-bec7b6091380ee984ff8616184bae250d22530ca.tar.gz
Implement PCRE2_USE_OFFSET_LIMIT and pcre2_set_offset_limit(). No documentation
yet. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@372 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testoutput6')
-rw-r--r--testdata/testoutput622
1 files changed, 22 insertions, 0 deletions
diff --git a/testdata/testoutput6 b/testdata/testoutput6
index e793a41..be37604 100644
--- a/testdata/testoutput6
+++ b/testdata/testoutput6
@@ -7655,4 +7655,26 @@ No match
0:
0:
+/abc/use_offset_limit
+ 1234abcde\=offset_limit=100
+ 0: abc
+ 1234abcde\=offset_limit=9
+ 0: abc
+ 1234abcde\=offset_limit=4
+ 0: abc
+ 1234abcde\=offset_limit=4,offset=4
+ 0: abc
+\= Expect no match
+ 1234abcde\=offset_limit=4,offset=5
+No match
+ 1234abcde\=offset_limit=3
+No match
+
+/(?<=abc)/use_offset_limit
+ 1234abc\=offset_limit=7
+ 0:
+\= Expect no match
+ 1234abc\=offset_limit=6
+No match
+
# End of testinput6