summaryrefslogtreecommitdiff
path: root/testdata/testoutput10
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/testoutput10
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/testoutput10')
-rw-r--r--testdata/testoutput108
1 files changed, 8 insertions, 0 deletions
diff --git a/testdata/testoutput10 b/testdata/testoutput10
index 3c35f0b..31b7d00 100644
--- a/testdata/testoutput10
+++ b/testdata/testoutput10
@@ -1567,4 +1567,12 @@ No match
/(*:*++++++++++++''''''''''''''''''''+''+++'+++x+++++++++++++++++++++++++++++++++++(++++++++++++++++++++:++++++%++:''''''''''''''''''''''''+++++++++++++++++++++++++++++++++++++++++++++++++++++-++++++++k+++++++''''+++'+++++++++++++++++++++++''''++++++++++++':ƿ)/utf
Failed: error 176 at offset 259: name is too long in (*MARK), (*PRUNE), (*SKIP), or (*THEN)
+/[\s[:^ascii:]]/B,ucp
+------------------------------------------------------------------
+ Bra
+ [\x80-\xff\p{Xsp}]
+ Ket
+ End
+------------------------------------------------------------------
+
# End of testinput10