[Pcre-svn] [1116] code/trunk/testdata: pcre32: Separate UTF …

Startseite
Nachricht löschen
Autor: Subversion repository
Datum:  
To: pcre-svn
Betreff: [Pcre-svn] [1116] code/trunk/testdata: pcre32: Separate UTF and non-UTF tests
Revision: 1116
          http://vcs.pcre.org/viewvc?view=rev&revision=1116
Author:   chpe
Date:     2012-10-16 16:57:23 +0100 (Tue, 16 Oct 2012)


Log Message:
-----------
pcre32: Separate UTF and non-UTF tests

Modified Paths:
--------------
    code/trunk/testdata/testinput26
    code/trunk/testdata/testoutput26


Modified: code/trunk/testdata/testinput26
===================================================================
--- code/trunk/testdata/testinput26    2012-10-16 15:57:19 UTC (rev 1115)
+++ code/trunk/testdata/testinput26    2012-10-16 15:57:23 UTC (rev 1116)
@@ -7,6 +7,8 @@
 /\C/8
     \x{110000}


+/-- Invalid UTF-32 --/
+
 /noncharacter/8
     \x{fffe}
     \x{ffff}


Modified: code/trunk/testdata/testoutput26
===================================================================
--- code/trunk/testdata/testoutput26    2012-10-16 15:57:19 UTC (rev 1115)
+++ code/trunk/testdata/testoutput26    2012-10-16 15:57:23 UTC (rev 1116)
@@ -9,6 +9,8 @@
     \x{110000}
 Error -10 (bad UTF-32 string) offset=0 reason=3


+/-- Invalid UTF-32 --/
+
 /noncharacter/8
     \x{fffe}
 Error -10 (bad UTF-32 string) offset=0 reason=2