[Pcre-svn] [560] code/trunk/testdata: Further test tidies fo…

トップ ページ
このメッセージを削除
著者: Subversion repository
日付:  
To: pcre-svn
題目: [Pcre-svn] [560] code/trunk/testdata: Further test tidies for Perl comparisons.
Revision: 560
          http://vcs.pcre.org/viewvc?view=rev&revision=560
Author:   ph10
Date:     2010-10-27 10:59:43 +0100 (Wed, 27 Oct 2010)


Log Message:
-----------
Further test tidies for Perl comparisons.

Modified Paths:
--------------
    code/trunk/testdata/testinput4
    code/trunk/testdata/testinput5
    code/trunk/testdata/testoutput4
    code/trunk/testdata/testoutput5


Modified: code/trunk/testdata/testinput4
===================================================================
--- code/trunk/testdata/testinput4    2010-10-27 09:45:20 UTC (rev 559)
+++ code/trunk/testdata/testinput4    2010-10-27 09:59:43 UTC (rev 560)
@@ -463,7 +463,8 @@
 /a\Cb/8
     aXb
     a\nb
-    *** Failers 
+    
+/a\C\Cb/8 
     a\x{100}b 


/[z-\x{100}]/8i

Modified: code/trunk/testdata/testinput5
===================================================================
--- code/trunk/testdata/testinput5    2010-10-27 09:45:20 UTC (rev 559)
+++ code/trunk/testdata/testinput5    2010-10-27 09:59:43 UTC (rev 560)
@@ -66,7 +66,14 @@
 /X(\C)(.*)/8
     X\x{1234}
     X\nabc 
+
+/-- This one is here because Perl gives out a grumbly error message (quite 
+correctly, but that messes up comparisons). --/


+/a\Cb/8
+    *** Failers 
+    a\x{100}b 
+    
 /^[ab]/8DZ
     bar
     *** Failers


Modified: code/trunk/testdata/testoutput4
===================================================================
--- code/trunk/testdata/testoutput4    2010-10-27 09:45:20 UTC (rev 559)
+++ code/trunk/testdata/testoutput4    2010-10-27 09:59:43 UTC (rev 560)
@@ -802,10 +802,10 @@
  0: aXb
     a\nb
  0: a\x{0a}b
-    *** Failers 
-No match
+    
+/a\C\Cb/8 
     a\x{100}b 
-No match
+ 0: a\x{100}b


 /[z-\x{100}]/8i
     z


Modified: code/trunk/testdata/testoutput5
===================================================================
--- code/trunk/testdata/testoutput5    2010-10-27 09:45:20 UTC (rev 559)
+++ code/trunk/testdata/testoutput5    2010-10-27 09:59:43 UTC (rev 560)
@@ -293,7 +293,16 @@
  0: X\x{0a}abc
  1: \x{0a}
  2: abc
+
+/-- This one is here because Perl gives out a grumbly error message (quite 
+correctly, but that messes up comparisons). --/


+/a\Cb/8
+    *** Failers 
+No match
+    a\x{100}b 
+No match
+    
 /^[ab]/8DZ
 ------------------------------------------------------------------
         Bra