summaryrefslogtreecommitdiff
path: root/testdata/testinput4
diff options
context:
space:
mode:
authornigel <nigel@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-02-24 21:40:18 +0000
committernigel <nigel@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-02-24 21:40:18 +0000
commitf08d5b6354f668c0047281d81eda8d0fd2a9e82d (patch)
tree55286e49e0fdc9b8ffa6fc2e769efe100defa3e4 /testdata/testinput4
parent19ccd22bd088b5a640d244365ab9025509e678c0 (diff)
downloadpcre-f08d5b6354f668c0047281d81eda8d0fd2a9e82d.tar.gz
Load pcre-4.3 into code/trunk.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@69 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata/testinput4')
-rw-r--r--testdata/testinput415
1 files changed, 15 insertions, 0 deletions
diff --git a/testdata/testinput4 b/testdata/testinput4
index 4d73a15..7bd6d26 100644
--- a/testdata/testinput4
+++ b/testdata/testinput4
@@ -495,4 +495,19 @@
XYZ
\x{123}
+/^[ac]*b/8
+ xb
+
+/^[ac\x{100}]*b/8
+ xb
+
+/^[^x]*b/8i
+ xb
+
+/^[^x]*b/8
+ xb
+
+/^\d*b/8
+ xb
+
/ End of testinput4 /