[Pcre-svn] [1351] code/trunk/testdata: Move a non-Perl compa…

トップ ページ
このメッセージを削除
著者: Subversion repository
日付:  
To: pcre-svn
題目: [Pcre-svn] [1351] code/trunk/testdata: Move a non-Perl compatible test out of the Perl-compatible file.
Revision: 1351
          http://vcs.pcre.org/viewvc?view=rev&revision=1351
Author:   ph10
Date:     2013-07-27 12:18:33 +0100 (Sat, 27 Jul 2013)


Log Message:
-----------
Move a non-Perl compatible test out of the Perl-compatible file.

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    2013-07-26 10:03:38 UTC (rev 1350)
+++ code/trunk/testdata/testinput6    2013-07-27 11:18:33 UTC (rev 1351)
@@ -325,12 +325,6 @@
     ** Failers
     abc   


-/\p{Lu}/8i
-    A
-    aZ
-    ** Failers
-    abc   
-
 /\p{Ll}/8 
     a
     Az


Modified: code/trunk/testdata/testinput7
===================================================================
--- code/trunk/testdata/testinput7    2013-07-26 10:03:38 UTC (rev 1350)
+++ code/trunk/testdata/testinput7    2013-07-27 11:18:33 UTC (rev 1351)
@@ -123,8 +123,9 @@
     \x{2028}
     \x{200d} 


-/-- These four are here rather than in test 6 because Perl has problems with
-    the negative versions of the properties. --/
+/-- These are here rather than in test 6 because Perl has problems with
+    the negative versions of the properties and behaves has changed how
+    it behaves for caseless matching. --/


 /\p{^Lu}/8i
     1234
@@ -149,6 +150,12 @@
     a
     \x{1d00}  


+/\p{Lu}/8i
+    A
+    aZ
+    ** Failers
+    abc   
+
 /[\x{c0}\x{391}]/8i
     \x{c0}
     \x{e0} 


Modified: code/trunk/testdata/testoutput6
===================================================================
--- code/trunk/testdata/testoutput6    2013-07-26 10:03:38 UTC (rev 1350)
+++ code/trunk/testdata/testoutput6    2013-07-27 11:18:33 UTC (rev 1351)
@@ -543,16 +543,6 @@
     abc   
 No match


-/\p{Lu}/8i
-    A
- 0: A
-    aZ
- 0: Z
-    ** Failers
- 0: F
-    abc   
-No match
-
 /\p{Ll}/8 
     a
  0: a


Modified: code/trunk/testdata/testoutput7
===================================================================
--- code/trunk/testdata/testoutput7    2013-07-26 10:03:38 UTC (rev 1350)
+++ code/trunk/testdata/testoutput7    2013-07-27 11:18:33 UTC (rev 1351)
@@ -310,8 +310,9 @@
     \x{200d} 
 No match


-/-- These four are here rather than in test 6 because Perl has problems with
-    the negative versions of the properties. --/
+/-- These are here rather than in test 6 because Perl has problems with
+    the negative versions of the properties and behaves has changed how
+    it behaves for caseless matching. --/


 /\p{^Lu}/8i
     1234
@@ -351,6 +352,16 @@
     \x{1d00}  
 No match


+/\p{Lu}/8i
+    A
+ 0: A
+    aZ
+ 0: Z
+    ** Failers
+ 0: F
+    abc   
+No match
+
 /[\x{c0}\x{391}]/8i
     \x{c0}
  0: \x{c0}