Revision: 449
http://www.exim.org/viewvc/pcre2?view=rev&revision=449
Author: ph10
Date: 2015-11-27 17:14:51 +0000 (Fri, 27 Nov 2015)
Log Message:
-----------
Updated tests for previous patch.
Modified Paths:
--------------
code/trunk/testdata/testinput4
code/trunk/testdata/testoutput4
Modified: code/trunk/testdata/testinput4
===================================================================
--- code/trunk/testdata/testinput4 2015-11-27 17:03:58 UTC (rev 448)
+++ code/trunk/testdata/testinput4 2015-11-27 17:14:51 UTC (rev 449)
@@ -2272,4 +2272,14 @@
gg
\x{37e}
+/[^[:^ascii:]\d]/utf,ucp
+ a
+ ~
+ \a
+ \x{7f}
+\= Expect no match
+ 0
+ \x{389}
+ \x{20ac}
+
# End of testinput4
Modified: code/trunk/testdata/testoutput4
===================================================================
--- code/trunk/testdata/testoutput4 2015-11-27 17:03:58 UTC (rev 448)
+++ code/trunk/testdata/testoutput4 2015-11-27 17:14:51 UTC (rev 449)
@@ -3686,4 +3686,21 @@
\x{37e}
No match
+/[^[:^ascii:]\d]/utf,ucp
+ a
+ 0: a
+ ~
+ 0: ~
+ \a
+ 0: \x{07}
+ \x{7f}
+ 0: \x{7f}
+\= Expect no match
+ 0
+No match
+ \x{389}
+No match
+ \x{20ac}
+No match
+
# End of testinput4