summaryrefslogtreecommitdiff
path: root/testdata/testinput4
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/testinput4
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/testinput4')
-rw-r--r--testdata/testinput43
1 files changed, 3 insertions, 0 deletions
diff --git a/testdata/testinput4 b/testdata/testinput4
index c50169d..1210272 100644
--- a/testdata/testinput4
+++ b/testdata/testinput4
@@ -2221,4 +2221,7 @@
"[\S\V\H]"utf
+/[^\p{Any}]*+x/utf
+ x
+
# End of testinput4