summaryrefslogtreecommitdiff
path: root/testdata/testinput5
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-10-09 16:11:18 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-10-09 16:11:18 +0000
commit7b67e393f64afd69c48e585d3e4291d7d1b3a0f5 (patch)
tree9ee2a385457109b2ee9973bfa4e39935a9096e84 /testdata/testinput5
parent22b0d506f8a1894a38c745a7b32b235cd660a4b3 (diff)
downloadpcre-7b67e393f64afd69c48e585d3e4291d7d1b3a0f5.tar.gz
Fix compile bug for classes like [\W\p{Any}].
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1601 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata/testinput5')
-rw-r--r--testdata/testinput59
1 files changed, 9 insertions, 0 deletions
diff --git a/testdata/testinput5 b/testdata/testinput5
index 28561a9..c825ca2 100644
--- a/testdata/testinput5
+++ b/testdata/testinput5
@@ -798,4 +798,13 @@
/(?<=\K\x{17f})/8G+
\x{17f}\x{17f}\x{17f}\x{17f}\x{17f}
+/[\W\p{Any}]/BZ
+ abc
+ 123
+
+/[\W\pL]/BZ
+ abc
+ ** Failers
+ 123
+
/-- End of testinput5 --/