[Pcre-svn] [652] code/trunk: More test re-arrangements ( to …

トップ ページ
このメッセージを削除
著者: Subversion repository
日付:  
To: pcre-svn
題目: [Pcre-svn] [652] code/trunk: More test re-arrangements ( to match different configurations)
Revision: 652
          http://vcs.pcre.org/viewvc?view=rev&revision=652
Author:   ph10
Date:     2011-08-01 17:42:03 +0100 (Mon, 01 Aug 2011)


Log Message:
-----------
More test re-arrangements (to match different configurations)

Modified Paths:
--------------
    code/trunk/Makefile.am
    code/trunk/testdata/testinput13
    code/trunk/testdata/testinput5
    code/trunk/testdata/testoutput13
    code/trunk/testdata/testoutput5


Modified: code/trunk/Makefile.am
===================================================================
--- code/trunk/Makefile.am    2011-08-01 16:32:40 UTC (rev 651)
+++ code/trunk/Makefile.am    2011-08-01 16:42:03 UTC (rev 652)
@@ -276,6 +276,7 @@
   testdata/testinput10 \
   testdata/testinput11 \
   testdata/testinput12 \
+  testdata/testinput13 \
   testdata/testoutput1 \
   testdata/testoutput2 \
   testdata/testoutput3 \
@@ -288,6 +289,7 @@
   testdata/testoutput10 \
   testdata/testoutput11 \
   testdata/testoutput12 \
+  testdata/testoutput13 \
   testdata/wintestinput3 \
   testdata/wintestoutput3 \
   perltest.pl


Modified: code/trunk/testdata/testinput13
===================================================================
--- code/trunk/testdata/testinput13    2011-08-01 16:32:40 UTC (rev 651)
+++ code/trunk/testdata/testinput13    2011-08-01 16:42:03 UTC (rev 652)
@@ -566,4 +566,13 @@


/-- --/

+/(\X*)(.)/s8
+    A\x{300}
+
+/^S(\X*)e(\X*)$/8
+    Stéréo
+    
+/^\X/8 
+    ́réo
+
 /-- End of testinput13 --/


Modified: code/trunk/testdata/testinput5
===================================================================
--- code/trunk/testdata/testinput5    2011-08-01 16:32:40 UTC (rev 651)
+++ code/trunk/testdata/testinput5    2011-08-01 16:42:03 UTC (rev 652)
@@ -854,9 +854,6 @@
     \r\r\n\n\r 
     \r\r\n\n\r\n 


-/(\X*)(.)/s8
-    A\x{300}
-
 /\x{1234}+/iS8I


/\x{1234}+?/iS8I
@@ -873,12 +870,6 @@

/[^\x{1234}]{2}/iS8I

-/^S(\X*)e(\X*)$/8
-    Stéréo
-    
-/^\X/8 
-    ́réo
-
 //<bsr_anycrlf><bsr_unicode>


/f.*/

Modified: code/trunk/testdata/testoutput13
===================================================================
--- code/trunk/testdata/testoutput13    2011-08-01 16:32:40 UTC (rev 651)
+++ code/trunk/testdata/testoutput13    2011-08-01 16:42:03 UTC (rev 652)
@@ -1272,4 +1272,18 @@


/-- --/

+/(\X*)(.)/s8
+    A\x{300}
+ 0: A
+ 1: 
+ 2: A
+
+/^S(\X*)e(\X*)$/8
+    Stéréo
+No match
+    
+/^\X/8 
+    ́réo
+No match
+
 /-- End of testinput13 --/


Modified: code/trunk/testdata/testoutput5
===================================================================
--- code/trunk/testdata/testoutput5    2011-08-01 16:32:40 UTC (rev 651)
+++ code/trunk/testdata/testoutput5    2011-08-01 16:42:03 UTC (rev 652)
@@ -2351,12 +2351,6 @@
  1: \x{0a}
  2: \x{0d}


-/(\X*)(.)/s8
-    A\x{300}
- 0: A
- 1: 
- 2: A
-
 /\x{1234}+/iS8I
 Capturing subpattern count = 0
 Options: caseless utf8
@@ -2421,14 +2415,6 @@
 Subject length lower bound = 2
 No set of starting bytes


-/^S(\X*)e(\X*)$/8
-    Stéréo
-No match
-    
-/^\X/8 
-    ́réo
-No match
-
 //<bsr_anycrlf><bsr_unicode>
 Failed: inconsistent NEWLINE options at offset 0