summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-07-20 16:27:31 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-07-20 16:27:31 +0000
commit084a8fe109a94f6d146c6a7a0e397cc3d40c6b67 (patch)
treefa720c6aae61db21eb7438007b1c22f384c85590 /testdata
parent32c5e4cd1777e53d0da4e5e7bbd227725d12fc14 (diff)
downloadpcre-084a8fe109a94f6d146c6a7a0e397cc3d40c6b67.tar.gz
Fix bug for classes containing \\ sequences.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1578 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata')
-rw-r--r--testdata/testinput22
-rw-r--r--testdata/testoutput22
2 files changed, 4 insertions, 0 deletions
diff --git a/testdata/testinput2 b/testdata/testinput2
index d206f44..ddb4b99 100644
--- a/testdata/testinput2
+++ b/testdata/testinput2
@@ -4184,4 +4184,6 @@ backtracking verbs. --/
/(?(R))*+/BZ
+/[[:\\](?'abc')[a:]/
+
/-- End of testinput2 --/
diff --git a/testdata/testoutput2 b/testdata/testoutput2
index da81e10..ab0892b 100644
--- a/testdata/testoutput2
+++ b/testdata/testoutput2
@@ -14502,4 +14502,6 @@ Failed: unmatched parentheses at offset 23
End
------------------------------------------------------------------
+/[[:\\](?'abc')[a:]/
+
/-- End of testinput2 --/