summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-03-15 18:24:05 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-03-15 18:24:05 +0000
commit546f82145e04a8f8f35c4a2a4e31787f53016fe4 (patch)
treee38d00088116d3ec26fc5c9549bc0f9591e1d1b6 /testdata
parentb61d2d38ff08b09864d4ec957b65239e8b56b720 (diff)
downloadpcre-546f82145e04a8f8f35c4a2a4e31787f53016fe4.tar.gz
Add PCRE_NO_START_OPTIMIZE
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@389 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata')
-rw-r--r--testdata/testinput210
-rw-r--r--testdata/testinput710
-rw-r--r--testdata/testoutput253
-rw-r--r--testdata/testoutput753
4 files changed, 126 insertions, 0 deletions
diff --git a/testdata/testinput2 b/testdata/testinput2
index cf3a38b..e84a49d 100644
--- a/testdata/testinput2
+++ b/testdata/testinput2
@@ -2739,4 +2739,14 @@ a random value. /Ix
** Failers
ddd\N
+/xyz/C
+ xyz
+ abcxyz
+ abcxyz\Y
+ ** Failers
+ abc
+ abc\Y
+ abcxypqr
+ abcxypqr\Y
+
/ End of testinput2 /
diff --git a/testdata/testinput7 b/testdata/testinput7
index dbe9c1a..e9f18cd 100644
--- a/testdata/testinput7
+++ b/testdata/testinput7
@@ -4401,4 +4401,14 @@
X
X\n
+/xyz/C
+ xyz
+ abcxyz
+ abcxyz\Y
+ ** Failers
+ abc
+ abc\Y
+ abcxypqr
+ abcxypqr\Y
+
/ End of testinput7 /
diff --git a/testdata/testoutput2 b/testdata/testoutput2
index b38b65b..ddde568 100644
--- a/testdata/testoutput2
+++ b/testdata/testoutput2
@@ -9698,4 +9698,57 @@ No need char
ddd\N
No match: POSIX code 17: match failed
+/xyz/C
+ xyz
+--->xyz
+ +0 ^ x
+ +1 ^^ y
+ +2 ^ ^ z
+ +3 ^ ^
+ 0: xyz
+ abcxyz
+--->abcxyz
+ +0 ^ x
+ +1 ^^ y
+ +2 ^ ^ z
+ +3 ^ ^
+ 0: xyz
+ abcxyz\Y
+--->abcxyz
+ +0 ^ x
+ +0 ^ x
+ +0 ^ x
+ +0 ^ x
+ +1 ^^ y
+ +2 ^ ^ z
+ +3 ^ ^
+ 0: xyz
+ ** Failers
+No match
+ abc
+No match
+ abc\Y
+--->abc
+ +0 ^ x
+ +0 ^ x
+ +0 ^ x
+ +0 ^ x
+No match
+ abcxypqr
+No match
+ abcxypqr\Y
+--->abcxypqr
+ +0 ^ x
+ +0 ^ x
+ +0 ^ x
+ +0 ^ x
+ +1 ^^ y
+ +2 ^ ^ z
+ +0 ^ x
+ +0 ^ x
+ +0 ^ x
+ +0 ^ x
+ +0 ^ x
+No match
+
/ End of testinput2 /
diff --git a/testdata/testoutput7 b/testdata/testoutput7
index 2756a67..49479e4 100644
--- a/testdata/testoutput7
+++ b/testdata/testoutput7
@@ -7268,4 +7268,57 @@ No match
X\n
0: X
+/xyz/C
+ xyz
+--->xyz
+ +0 ^ x
+ +1 ^^ y
+ +2 ^ ^ z
+ +3 ^ ^
+ 0: xyz
+ abcxyz
+--->abcxyz
+ +0 ^ x
+ +1 ^^ y
+ +2 ^ ^ z
+ +3 ^ ^
+ 0: xyz
+ abcxyz\Y
+--->abcxyz
+ +0 ^ x
+ +0 ^ x
+ +0 ^ x
+ +0 ^ x
+ +1 ^^ y
+ +2 ^ ^ z
+ +3 ^ ^
+ 0: xyz
+ ** Failers
+No match
+ abc
+No match
+ abc\Y
+--->abc
+ +0 ^ x
+ +0 ^ x
+ +0 ^ x
+ +0 ^ x
+No match
+ abcxypqr
+No match
+ abcxypqr\Y
+--->abcxypqr
+ +0 ^ x
+ +0 ^ x
+ +0 ^ x
+ +0 ^ x
+ +1 ^^ y
+ +2 ^ ^ z
+ +0 ^ x
+ +0 ^ x
+ +0 ^ x
+ +0 ^ x
+ +0 ^ x
+No match
+
/ End of testinput7 /