[Pcre-svn] [601] code/trunk/testdata: Moved tests for new Un…

Página Inicial
Delete this message
Autor: Subversion repository
Data:  
Para: pcre-svn
Assunto: [Pcre-svn] [601] code/trunk/testdata: Moved tests for new Unicode 6.0. 0 scripts out of Perl-compatible tests, as Perl
Revision: 601
          http://vcs.pcre.org/viewvc?view=rev&revision=601
Author:   ph10
Date:     2011-05-09 10:06:55 +0100 (Mon, 09 May 2011)


Log Message:
-----------
Moved tests for new Unicode 6.0.0 scripts out of Perl-compatible tests, as Perl
doesn't have them yet.

Modified Paths:
--------------
    code/trunk/testdata/testinput12
    code/trunk/testdata/testinput6
    code/trunk/testdata/testoutput12
    code/trunk/testdata/testoutput6


Modified: code/trunk/testdata/testinput12
===================================================================
--- code/trunk/testdata/testinput12    2011-05-09 08:54:11 UTC (rev 600)
+++ code/trunk/testdata/testinput12    2011-05-09 09:06:55 UTC (rev 601)
@@ -543,4 +543,27 @@


/-- --/

+/-- These scripts weren't yet in Perl when I added Unicode 6.0.0 to PCRE --/
+
+/^[\p{Batak}]/8
+    \x{1bc0}
+    \x{1bff}
+    ** Failers
+    \x{1bf4}
+    
+/^[\p{Brahmi}]/8
+    \x{11000}
+    \x{1106f}
+    ** Failers
+    \x{1104e}
+    
+/^[\p{Mandaic}]/8
+    \x{840}
+    \x{85e}
+    ** Failers
+    \x{85c}
+    \x{85d}    
+
+/-- --/ 
+
 /-- End of testinput12 --/


Modified: code/trunk/testdata/testinput6
===================================================================
--- code/trunk/testdata/testinput6    2011-05-09 08:54:11 UTC (rev 600)
+++ code/trunk/testdata/testinput6    2011-05-09 09:06:55 UTC (rev 601)
@@ -802,23 +802,4 @@
     ** Failers 
     a\xFCb   


-/^[\p{Batak}]/8
-    \x{1bc0}
-    \x{1bff}
-    ** Failers
-    \x{1bf4}
-    
-/^[\p{Brahmi}]/8
-    \x{11000}
-    \x{1106f}
-    ** Failers
-    \x{1104e}
-    
-/^[\p{Mandaic}]/8
-    \x{840}
-    \x{85e}
-    ** Failers
-    \x{85c}
-    \x{85d}    
-
 /-- End of testinput6 --/


Modified: code/trunk/testdata/testoutput12
===================================================================
--- code/trunk/testdata/testoutput12    2011-05-09 08:54:11 UTC (rev 600)
+++ code/trunk/testdata/testoutput12    2011-05-09 09:06:55 UTC (rev 601)
@@ -1236,4 +1236,40 @@


/-- --/

+/-- These scripts weren't yet in Perl when I added Unicode 6.0.0 to PCRE --/
+
+/^[\p{Batak}]/8
+    \x{1bc0}
+ 0: \x{1bc0}
+    \x{1bff}
+ 0: \x{1bff}
+    ** Failers
+No match
+    \x{1bf4}
+No match
+    
+/^[\p{Brahmi}]/8
+    \x{11000}
+ 0: \x{11000}
+    \x{1106f}
+ 0: \x{1106f}
+    ** Failers
+No match
+    \x{1104e}
+No match
+    
+/^[\p{Mandaic}]/8
+    \x{840}
+ 0: \x{840}
+    \x{85e}
+ 0: \x{85e}
+    ** Failers
+No match
+    \x{85c}
+No match
+    \x{85d}    
+No match
+
+/-- --/ 
+
 /-- End of testinput12 --/


Modified: code/trunk/testdata/testoutput6
===================================================================
--- code/trunk/testdata/testoutput6    2011-05-09 08:54:11 UTC (rev 600)
+++ code/trunk/testdata/testoutput6    2011-05-09 09:06:55 UTC (rev 601)
@@ -1353,36 +1353,4 @@
     a\xFCb   
 No match


-/^[\p{Batak}]/8
-    \x{1bc0}
- 0: \x{1bc0}
-    \x{1bff}
- 0: \x{1bff}
-    ** Failers
-No match
-    \x{1bf4}
-No match
-    
-/^[\p{Brahmi}]/8
-    \x{11000}
- 0: \x{11000}
-    \x{1106f}
- 0: \x{1106f}
-    ** Failers
-No match
-    \x{1104e}
-No match
-    
-/^[\p{Mandaic}]/8
-    \x{840}
- 0: \x{840}
-    \x{85e}
- 0: \x{85e}
-    ** Failers
-No match
-    \x{85c}
-No match
-    \x{85d}    
-No match
-
 /-- End of testinput6 --/