summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2008-08-24 18:33:00 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2008-08-24 18:33:00 +0000
commita8a7a4c76ffd3885762e37880b5363e374831501 (patch)
tree0434950b0ce374ce3754696f88f1726f06d9b740
parent851d65f42191b664ba09ce6df72d13db63aab921 (diff)
downloadpcre-a8a7a4c76ffd3885762e37880b5363e374831501.tar.gz
A UTF-8 test had accidentally been put in the wrong test.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@370 2f5784b3-3f2a-0410-8824-cb99058d5e15
-rw-r--r--testdata/testinput12
-rw-r--r--testdata/testinput42
-rw-r--r--testdata/testoutput12
-rw-r--r--testdata/testoutput42
4 files changed, 4 insertions, 4 deletions
diff --git a/testdata/testinput1 b/testdata/testinput1
index 4867143..081575b 100644
--- a/testdata/testinput1
+++ b/testdata/testinput1
@@ -4036,8 +4036,6 @@
]
p
-/(?i)[\xc3\xa9\xc3\xbd]|[\xc3\xa9\xc3\xbdA]/8
-
/.*[op][xyz]/
fooabcfoo
diff --git a/testdata/testinput4 b/testdata/testinput4
index 8a0f532..e5f6194 100644
--- a/testdata/testinput4
+++ b/testdata/testinput4
@@ -621,4 +621,6 @@
/^[^d]*?$/8i
abc
+/(?i)[\xc3\xa9\xc3\xbd]|[\xc3\xa9\xc3\xbdA]/8
+
/ End of testinput4 /
diff --git a/testdata/testoutput1 b/testdata/testoutput1
index 553d6fd..208df49 100644
--- a/testdata/testoutput1
+++ b/testdata/testoutput1
@@ -6605,8 +6605,6 @@ No match
p
0: p
-/(?i)[\xc3\xa9\xc3\xbd]|[\xc3\xa9\xc3\xbdA]/8
-
/.*[op][xyz]/
fooabcfoo
No match
diff --git a/testdata/testoutput4 b/testdata/testoutput4
index ad26ce4..e67a958 100644
--- a/testdata/testoutput4
+++ b/testdata/testoutput4
@@ -1087,4 +1087,6 @@ No match
abc
0: abc
+/(?i)[\xc3\xa9\xc3\xbd]|[\xc3\xa9\xc3\xbdA]/8
+
/ End of testinput4 /