[Pcre-svn] [1318] code/trunk/testdata: Move some tests to th…

トップ ページ
このメッセージを削除
著者: Subversion repository
日付:  
To: pcre-svn
題目: [Pcre-svn] [1318] code/trunk/testdata: Move some tests to the correct input file.
Revision: 1318
          http://vcs.pcre.org/viewvc?view=rev&revision=1318
Author:   ph10
Date:     2013-05-01 17:02:12 +0100 (Wed, 01 May 2013)


Log Message:
-----------
Move some tests to the correct input file.

Modified Paths:
--------------
    code/trunk/testdata/testinput4
    code/trunk/testdata/testinput6
    code/trunk/testdata/testoutput4
    code/trunk/testdata/testoutput6


Modified: code/trunk/testdata/testinput4
===================================================================
--- code/trunk/testdata/testinput4    2013-05-01 16:00:37 UTC (rev 1317)
+++ code/trunk/testdata/testinput4    2013-05-01 16:02:12 UTC (rev 1318)
@@ -695,14 +695,6 @@
     1234
     123 


-/^\p{Any}*\d{4}/8
-    1234
-    123 
- 
-/^\X*\w{4}/8
-    1234
-    123  
-    
 /^[^b]*\w{4}/8
     aaaa
     aaa  


Modified: code/trunk/testdata/testinput6
===================================================================
--- code/trunk/testdata/testinput6    2013-05-01 16:00:37 UTC (rev 1317)
+++ code/trunk/testdata/testinput6    2013-05-01 16:02:12 UTC (rev 1318)
@@ -1316,4 +1316,12 @@
 /\x{017f}+/8i
     \x{0053}\x{0073}\x{017f}


+/^\p{Any}*\d{4}/8
+    1234
+    123 
+ 
+/^\X*\w{4}/8
+    1234
+    123  
+    
 /-- End of testinput6 --/


Modified: code/trunk/testdata/testoutput4
===================================================================
--- code/trunk/testdata/testoutput4    2013-05-01 16:00:37 UTC (rev 1317)
+++ code/trunk/testdata/testoutput4    2013-05-01 16:02:12 UTC (rev 1318)
@@ -1233,18 +1233,6 @@
     123 
 No match


-/^\p{Any}*\d{4}/8
-    1234
- 0: 1234
-    123 
-No match
- 
-/^\X*\w{4}/8
-    1234
- 0: 1234
-    123  
-No match
-    
 /^[^b]*\w{4}/8
     aaaa
  0: aaaa


Modified: code/trunk/testdata/testoutput6
===================================================================
--- code/trunk/testdata/testoutput6    2013-05-01 16:00:37 UTC (rev 1317)
+++ code/trunk/testdata/testoutput6    2013-05-01 16:02:12 UTC (rev 1318)
@@ -2134,4 +2134,16 @@
     \x{0053}\x{0073}\x{017f}
  0: Ss\x{17f}


+/^\p{Any}*\d{4}/8
+    1234
+ 0: 1234
+    123 
+No match
+ 
+/^\X*\w{4}/8
+    1234
+ 0: 1234
+    123  
+No match
+    
 /-- End of testinput6 --/