Revision: 1058
http://vcs.pcre.org/viewvc?view=rev&revision=1058
Author: chpe
Date: 2012-10-16 16:53:49 +0100 (Tue, 16 Oct 2012)
Log Message:
-----------
pcre32: tests: Separate UTF and non-UTF tests
Modified Paths:
--------------
code/trunk/testdata/testinput25
code/trunk/testdata/testinput26
code/trunk/testdata/testoutput25
code/trunk/testdata/testoutput26
Modified: code/trunk/testdata/testinput25
===================================================================
--- code/trunk/testdata/testinput25 2012-10-16 15:53:45 UTC (rev 1057)
+++ code/trunk/testdata/testinput25 2012-10-16 15:53:49 UTC (rev 1058)
@@ -2,8 +2,6 @@
/-- Check maximum character size --/
-/\x{110000}/8
-
/\x{110000}/
/\x{7fffffff}/
@@ -12,9 +10,6 @@
/-- Non-UTF characters --/
-/\C/8
- \x{110000}
-
/\C{2,3}/
\x{400000}\x{400001}\x{400002}\x{400003}
Modified: code/trunk/testdata/testinput26
===================================================================
--- code/trunk/testdata/testinput26 2012-10-16 15:53:45 UTC (rev 1057)
+++ code/trunk/testdata/testinput26 2012-10-16 15:53:49 UTC (rev 1058)
@@ -1,3 +1,10 @@
/-- Tests for the 32-bit library with UTF-32 support only */
+/-- Non-UTF characters --/
+
+/\x{110000}/8
+
+/\C/8
+ \x{110000}
+
/-- End of testinput26 --/
Modified: code/trunk/testdata/testoutput25
===================================================================
--- code/trunk/testdata/testoutput25 2012-10-16 15:53:45 UTC (rev 1057)
+++ code/trunk/testdata/testoutput25 2012-10-16 15:53:49 UTC (rev 1058)
@@ -2,9 +2,6 @@
/-- Check maximum character size --/
-/\x{110000}/8
-Failed: character value in \x{...} sequence is too large at offset 9
-
/\x{110000}/
/\x{7fffffff}/
@@ -14,10 +11,6 @@
/-- Non-UTF characters --/
-/\C/8
- \x{110000}
-**Failed: character value greater than 0x10ffff cannot be converted to UTF-32
-
/\C{2,3}/
\x{400000}\x{400001}\x{400002}\x{400003}
0: \x{400000}\x{400001}\x{400002}
Modified: code/trunk/testdata/testoutput26
===================================================================
--- code/trunk/testdata/testoutput26 2012-10-16 15:53:45 UTC (rev 1057)
+++ code/trunk/testdata/testoutput26 2012-10-16 15:53:49 UTC (rev 1058)
@@ -1,3 +1,12 @@
/-- Tests for the 32-bit library with UTF-32 support only */
+/-- Non-UTF characters --/
+
+/\x{110000}/8
+Failed: character value in \x{...} sequence is too large at offset 9
+
+/\C/8
+ \x{110000}
+**Failed: character value greater than 0x10ffff cannot be converted to UTF-32
+
/-- End of testinput26 --/