summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-09-16 08:48:17 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-09-16 08:48:17 +0000
commit449311e326f1a3f26c39e5fbc241256ee9cf50ad (patch)
tree7bfbfe56cc7f2e31b8937a8f83392611e62895ca /testdata
parent00f5530723a69a9169033a6243575a9442624616 (diff)
downloadpcre-449311e326f1a3f26c39e5fbc241256ee9cf50ad.tar.gz
Another test for (*ACCEPT)
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@449 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata')
-rw-r--r--testdata/testinput22
-rw-r--r--testdata/testoutput224
2 files changed, 26 insertions, 0 deletions
diff --git a/testdata/testinput2 b/testdata/testinput2
index 4fa1160..1e29593 100644
--- a/testdata/testinput2
+++ b/testdata/testinput2
@@ -2750,6 +2750,8 @@ a random value. /Ix
/(?&word)(?&element)(?(DEFINE)(?<element><[^\d][^>]>[^<])(?<word>\w*+))/BZ
+/(ab)(x(y)z(cd(*ACCEPT)))pq/BZ
+
/abc\K/+
abcdef
abcdef\N\N
diff --git a/testdata/testoutput2 b/testdata/testoutput2
index f223df0..393556e 100644
--- a/testdata/testoutput2
+++ b/testdata/testoutput2
@@ -9606,6 +9606,30 @@ Partial match: +ab
End
------------------------------------------------------------------
+/(ab)(x(y)z(cd(*ACCEPT)))pq/BZ
+------------------------------------------------------------------
+ Bra
+ CBra 1
+ ab
+ Ket
+ CBra 2
+ x
+ CBra 3
+ y
+ Ket
+ z
+ CBra 4
+ cd
+ Close 4
+ Close 2
+ *ACCEPT
+ Ket
+ Ket
+ pq
+ Ket
+ End
+------------------------------------------------------------------
+
/abc\K/+
abcdef
0: