summaryrefslogtreecommitdiff
path: root/testdata/testinput1
diff options
context:
space:
mode:
authornigel <nigel@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-02-24 21:39:46 +0000
committernigel <nigel@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-02-24 21:39:46 +0000
commit6ca5586c64bb2438fabb30a650d96bbe6f464ac9 (patch)
tree62050dcec31652cb07bda61a2abb56c4713415a4 /testdata/testinput1
parent93751f5e0bbc35cf20c27d1e17c070555671f4f1 (diff)
downloadpcre-6ca5586c64bb2438fabb30a650d96bbe6f464ac9.tar.gz
Load pcre-3.6 into code/trunk.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@55 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata/testinput1')
-rw-r--r--testdata/testinput112
1 files changed, 12 insertions, 0 deletions
diff --git a/testdata/testinput1 b/testdata/testinput1
index a30b51e..66df9b3 100644
--- a/testdata/testinput1
+++ b/testdata/testinput1
@@ -1935,4 +1935,16 @@
/\x0{ab}/
\0{ab}
+/(A|B)*?CD/
+ CD
+
+/(A|B)*CD/
+ CD
+
+/(AB)*?\1/
+ ABABAB
+
+/(AB)*\1/
+ ABABAB
+
/ End of testinput1 /