summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-02-25 14:57:36 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-02-25 14:57:36 +0000
commit71523864d4408c701111100e4db1be665d77ed2a (patch)
treea84e5f61ef92e97bc8acd32fc422c130de80603b /testdata
parent115e8971766ef1ee1e0c39505fa2c7b100daac1e (diff)
downloadpcre-71523864d4408c701111100e4db1be665d77ed2a.tar.gz
Move tests incorrectly in test 6 (Perl-compatible) to test 7 (not).
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@935 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata')
-rw-r--r--testdata/testinput624
-rw-r--r--testdata/testinput724
-rw-r--r--testdata/testoutput638
-rw-r--r--testdata/testoutput738
4 files changed, 62 insertions, 62 deletions
diff --git a/testdata/testinput6 b/testdata/testinput6
index e922862..6b0d2f7 100644
--- a/testdata/testinput6
+++ b/testdata/testinput6
@@ -816,28 +816,4 @@
Ⱥ
-/\X/
- a\P
- a\P\P
-
-/\Xa/
- aa\P
- aa\P\P
-
-/\X{2}/
- aa\P
- aa\P\P
-
-/\X+a/
- a\P
- aa\P
- aa\P\P
-
-/\X+?a/
- a\P
- ab\P
- aa\P
- aa\P\P
- aba\P
-
/-- End of testinput6 --/
diff --git a/testdata/testinput7 b/testdata/testinput7
index abbfe66..92eb22f 100644
--- a/testdata/testinput7
+++ b/testdata/testinput7
@@ -558,4 +558,28 @@ of case for anything other than the ASCII letters. --/
/(?<=ab\Cde)X/8
+/\X/
+ a\P
+ a\P\P
+
+/\Xa/
+ aa\P
+ aa\P\P
+
+/\X{2}/
+ aa\P
+ aa\P\P
+
+/\X+a/
+ a\P
+ aa\P
+ aa\P\P
+
+/\X+?a/
+ a\P
+ ab\P
+ aa\P
+ aa\P\P
+ aba\P
+
/-- End of testinput7 --/
diff --git a/testdata/testoutput6 b/testdata/testoutput6
index c6a0b8b..68c0a46 100644
--- a/testdata/testoutput6
+++ b/testdata/testoutput6
@@ -1375,42 +1375,4 @@ No match
0: \x{2c65}
-/\X/
- a\P
- 0: a
- a\P\P
-Partial match: a
-
-/\Xa/
- aa\P
- 0: aa
- aa\P\P
- 0: aa
-
-/\X{2}/
- aa\P
- 0: aa
- aa\P\P
-Partial match: aa
-
-/\X+a/
- a\P
-Partial match: a
- aa\P
- 0: aa
- aa\P\P
-Partial match: aa
-
-/\X+?a/
- a\P
-Partial match: a
- ab\P
-Partial match: ab
- aa\P
- 0: aa
- aa\P\P
- 0: aa
- aba\P
- 0: aba
-
/-- End of testinput6 --/
diff --git a/testdata/testoutput7 b/testdata/testoutput7
index 982e8a7..b8fa18f 100644
--- a/testdata/testoutput7
+++ b/testdata/testoutput7
@@ -1211,4 +1211,42 @@ No match
/(?<=ab\Cde)X/8
Failed: \C not allowed in lookbehind assertion at offset 10
+/\X/
+ a\P
+ 0: a
+ a\P\P
+Partial match: a
+
+/\Xa/
+ aa\P
+ 0: aa
+ aa\P\P
+ 0: aa
+
+/\X{2}/
+ aa\P
+ 0: aa
+ aa\P\P
+Partial match: aa
+
+/\X+a/
+ a\P
+Partial match: a
+ aa\P
+ 0: aa
+ aa\P\P
+Partial match: aa
+
+/\X+?a/
+ a\P
+Partial match: a
+ ab\P
+Partial match: ab
+ aa\P
+ 0: aa
+ aa\P\P
+ 0: aa
+ aba\P
+ 0: aba
+
/-- End of testinput7 --/