summaryrefslogtreecommitdiff
path: root/testdata/testinput12
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-12-26 17:11:18 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-12-26 17:11:18 +0000
commita83027bb4b195c879d504da051571f22a5ac7ca3 (patch)
tree393b267d50d7c89c7a93ba56b342b44fd9179d0a /testdata/testinput12
parent7d624ac460908e6e95158a7035dcda1d38f8ca37 (diff)
downloadpcre2-a83027bb4b195c879d504da051571f22a5ac7ca3.tar.gz
Fix class bug when UCP but not UTF was set and all wide characters need to be
included. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@628 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testinput12')
-rw-r--r--testdata/testinput122
1 files changed, 2 insertions, 0 deletions
diff --git a/testdata/testinput12 b/testdata/testinput12
index 5b29f41..c3b2bfc 100644
--- a/testdata/testinput12
+++ b/testdata/testinput12
@@ -358,4 +358,6 @@
\= Expect no match
123
+/[\s[:^ascii:]]/B,ucp
+
# End of testinput12