summaryrefslogtreecommitdiff
path: root/testdata/testinput1
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2014-06-18 17:17:03 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2014-06-18 17:17:03 +0000
commit8d8c3dbadff3d0735ba696acf211c14b3025622f (patch)
tree2c07abc454777a3f5b29b7c49fed6bcbdaed5a57 /testdata/testinput1
parent4d22b1ee5e92dbd075967491d8ec2d386f394bcf (diff)
downloadpcre-8d8c3dbadff3d0735ba696acf211c14b3025622f.tar.gz
Fix bad compile of [\Qx]... where x is any character.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1487 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata/testinput1')
-rw-r--r--testdata/testinput16
1 files changed, 6 insertions, 0 deletions
diff --git a/testdata/testinput1 b/testdata/testinput1
index c9ebf9f..5513d16 100644
--- a/testdata/testinput1
+++ b/testdata/testinput1
@@ -5708,4 +5708,10 @@ AbcdCBefgBhiBqz
/\sabc/
\x{0b}abc
+/[\Qa]\E]+/
+ aa]]
+
+/[\Q]a\E]+/
+ aa]]
+
/-- End of testinput1 --/