summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2021-02-19 12:05:57 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2021-02-19 12:05:57 +0000
commita34d0f2752c21b53829bfd21adf0c8986ea1805b (patch)
treea111bd694104d417b4819f838aa03042ad85ef98 /testdata
parent980c5d3163df2caeb23afa8232f3d5080391972d (diff)
downloadpcre2-a34d0f2752c21b53829bfd21adf0c8986ea1805b.tar.gz
Add another test, tidy ChangeLog.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1304 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata')
-rw-r--r--testdata/testinput13
-rw-r--r--testdata/testoutput15
2 files changed, 8 insertions, 0 deletions
diff --git a/testdata/testinput1 b/testdata/testinput1
index 4cf1126..93b21c1 100644
--- a/testdata/testinput1
+++ b/testdata/testinput1
@@ -6432,4 +6432,7 @@ ef) x/x,mark
/a\K.(?0)*/
abac
+/(a\K.(?1)*)/
+ abac
+
# End of testinput1
diff --git a/testdata/testoutput1 b/testdata/testoutput1
index 8d4c108..5b1686c 100644
--- a/testdata/testoutput1
+++ b/testdata/testoutput1
@@ -10192,4 +10192,9 @@ No match
abac
0: c
+/(a\K.(?1)*)/
+ abac
+ 0: c
+ 1: abac
+
# End of testinput1