[Pcre-svn] [935] code/trunk/testdata: Move tests incorrectly…

Top Page
Delete this message
Author: Subversion repository
Date:  
To: pcre-svn
Subject: [Pcre-svn] [935] code/trunk/testdata: Move tests incorrectly in test 6 ( Perl-compatible) to test 7 (not).
Revision: 935
          http://vcs.pcre.org/viewvc?view=rev&revision=935
Author:   ph10
Date:     2012-02-25 14:57:36 +0000 (Sat, 25 Feb 2012)


Log Message:
-----------
Move tests incorrectly in test 6 (Perl-compatible) to test 7 (not).

Modified Paths:
--------------
    code/trunk/testdata/testinput6
    code/trunk/testdata/testinput7
    code/trunk/testdata/testoutput6
    code/trunk/testdata/testoutput7


Modified: code/trunk/testdata/testinput6
===================================================================
--- code/trunk/testdata/testinput6    2012-02-25 12:30:36 UTC (rev 934)
+++ code/trunk/testdata/testinput6    2012-02-25 14:57:36 UTC (rev 935)
@@ -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 --/


Modified: code/trunk/testdata/testinput7
===================================================================
--- code/trunk/testdata/testinput7    2012-02-25 12:30:36 UTC (rev 934)
+++ code/trunk/testdata/testinput7    2012-02-25 14:57:36 UTC (rev 935)
@@ -558,4 +558,28 @@


/(?<=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 --/


Modified: code/trunk/testdata/testoutput6
===================================================================
--- code/trunk/testdata/testoutput6    2012-02-25 12:30:36 UTC (rev 934)
+++ code/trunk/testdata/testoutput6    2012-02-25 14:57:36 UTC (rev 935)
@@ -1375,42 +1375,4 @@
     ⱥ
  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 --/


Modified: code/trunk/testdata/testoutput7
===================================================================
--- code/trunk/testdata/testoutput7    2012-02-25 12:30:36 UTC (rev 934)
+++ code/trunk/testdata/testoutput7    2012-02-25 14:57:36 UTC (rev 935)
@@ -1211,4 +1211,42 @@
 /(?<=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 --/