summaryrefslogtreecommitdiff
path: root/testdata/testoutput4
diff options
context:
space:
mode:
authorzherczeg <zherczeg@6239d852-aaf2-0410-a92c-79f79f948069>2015-08-05 09:04:01 +0000
committerzherczeg <zherczeg@6239d852-aaf2-0410-a92c-79f79f948069>2015-08-05 09:04:01 +0000
commitc7aac899c3f05257dafba2d0809e618255618c87 (patch)
tree76f013af3ed1544b00e2cff0c961f339bb329e77 /testdata/testoutput4
parent3f872a258c18ca8a0f84b6258d8d4b995b07a8f3 (diff)
downloadpcre2-c7aac899c3f05257dafba2d0809e618255618c87.tar.gz
Fixed an issue when \p{Any} inside an xclass did not read the current character.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@335 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testoutput4')
-rw-r--r--testdata/testoutput44
1 files changed, 4 insertions, 0 deletions
diff --git a/testdata/testoutput4 b/testdata/testoutput4
index 8364515..d9e3053 100644
--- a/testdata/testoutput4
+++ b/testdata/testoutput4
@@ -3741,4 +3741,8 @@ No match
"[\S\V\H]"utf
+/[^\p{Any}]*+x/utf
+ x
+ 0: x
+
# End of testinput4