summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-11-27 17:14:51 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-11-27 17:14:51 +0000
commit1459cb7ada677a80ea1c70bb8ac9e651fc169d65 (patch)
tree786f944ebfe48cf8b8b76daa97d666b68e75b770
parent3fa0331bacd0e7e6f2b273c6e762002a4e1711e2 (diff)
downloadpcre2-1459cb7ada677a80ea1c70bb8ac9e651fc169d65.tar.gz
Updated tests for previous patch.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@449 6239d852-aaf2-0410-a92c-79f79f948069
-rw-r--r--testdata/testinput410
-rw-r--r--testdata/testoutput417
2 files changed, 27 insertions, 0 deletions
diff --git a/testdata/testinput4 b/testdata/testinput4
index 464d798..ce9145d 100644
--- a/testdata/testinput4
+++ b/testdata/testinput4
@@ -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
diff --git a/testdata/testoutput4 b/testdata/testoutput4
index 9504c5e..701d411 100644
--- a/testdata/testoutput4
+++ b/testdata/testoutput4
@@ -3686,4 +3686,21 @@ No match
\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