[Pcre-svn] [370] code/trunk/testdata: A UTF-8 test had accid…

Página Inicial
Delete this message
Autor: Subversion repository
Data:  
Para: pcre-svn
Assunto: [Pcre-svn] [370] code/trunk/testdata: A UTF-8 test had accidentally been put in the wrong test.
Revision: 370
          http://vcs.pcre.org/viewvc?view=rev&revision=370
Author:   ph10
Date:     2008-08-24 19:33:00 +0100 (Sun, 24 Aug 2008)


Log Message:
-----------
A UTF-8 test had accidentally been put in the wrong test.

Modified Paths:
--------------
    code/trunk/testdata/testinput1
    code/trunk/testdata/testinput4
    code/trunk/testdata/testoutput1
    code/trunk/testdata/testoutput4


Modified: code/trunk/testdata/testinput1
===================================================================
--- code/trunk/testdata/testinput1    2008-08-24 16:53:47 UTC (rev 369)
+++ code/trunk/testdata/testinput1    2008-08-24 18:33:00 UTC (rev 370)
@@ -4036,8 +4036,6 @@
     ]
     p    


-/(?i)[\xc3\xa9\xc3\xbd]|[\xc3\xa9\xc3\xbdA]/8
-
 /.*[op][xyz]/
     fooabcfoo



Modified: code/trunk/testdata/testinput4
===================================================================
--- code/trunk/testdata/testinput4    2008-08-24 16:53:47 UTC (rev 369)
+++ code/trunk/testdata/testinput4    2008-08-24 18:33:00 UTC (rev 370)
@@ -621,4 +621,6 @@
 /^[^d]*?$/8i
     abc


+/(?i)[\xc3\xa9\xc3\xbd]|[\xc3\xa9\xc3\xbdA]/8
+
/ End of testinput4 /

Modified: code/trunk/testdata/testoutput1
===================================================================
--- code/trunk/testdata/testoutput1    2008-08-24 16:53:47 UTC (rev 369)
+++ code/trunk/testdata/testoutput1    2008-08-24 18:33:00 UTC (rev 370)
@@ -6605,8 +6605,6 @@
     p    
  0: p


-/(?i)[\xc3\xa9\xc3\xbd]|[\xc3\xa9\xc3\xbdA]/8
-
 /.*[op][xyz]/
     fooabcfoo
 No match


Modified: code/trunk/testdata/testoutput4
===================================================================
--- code/trunk/testdata/testoutput4    2008-08-24 16:53:47 UTC (rev 369)
+++ code/trunk/testdata/testoutput4    2008-08-24 18:33:00 UTC (rev 370)
@@ -1087,4 +1087,6 @@
     abc
  0: abc


+/(?i)[\xc3\xa9\xc3\xbd]|[\xc3\xa9\xc3\xbdA]/8
+
/ End of testinput4 /