summaryrefslogtreecommitdiff
path: root/testdata/testinput1
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-02-26 15:58:56 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-02-26 15:58:56 +0000
commit22ff165865c39cc160b4341664b053707ebfa5e9 (patch)
tree55b8f16eac3286088c8299797599f741ca6cf604 /testdata/testinput1
parent0822b327579fbb0b514c6dce3417b8c07b7042cf (diff)
downloadpcre-22ff165865c39cc160b4341664b053707ebfa5e9.tar.gz
Confine (*COMMIT) inside positive assertions, as documented.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@937 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata/testinput1')
-rw-r--r--testdata/testinput16
1 files changed, 6 insertions, 0 deletions
diff --git a/testdata/testinput1 b/testdata/testinput1
index 46f324c..7b125f0 100644
--- a/testdata/testinput1
+++ b/testdata/testinput1
@@ -5253,4 +5253,10 @@ name were given. ---/
/(a(*COMMIT)b){0}a(?1)|aac/
aac
+/(?!a(*COMMIT)b)ac|cd/
+ ac
+
+/((?=a(*COMMIT)b)ab|ac){0}(?:(?1)|a(c))/
+ ac
+
/-- End of testinput1 --/