summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-04-08 16:56:28 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-04-08 16:56:28 +0000
commit6719c2cdeb7670d4bf10f15a8511ca15af7ea595 (patch)
treec7d261b55cf54ebd7a712a2e8b7cc02ad4a751fa /testdata
parent4a81b0ca19da65ea9a50c208017a74e55c3fd027 (diff)
downloadpcre-6719c2cdeb7670d4bf10f15a8511ca15af7ea595.tar.gz
Fix other cases of backtracking crashes after \C in UTF mode.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1546 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata')
-rw-r--r--testdata/testinput43
-rw-r--r--testdata/testoutput44
2 files changed, 7 insertions, 0 deletions
diff --git a/testdata/testinput4 b/testdata/testinput4
index a0b46f1..f139c62 100644
--- a/testdata/testinput4
+++ b/testdata/testinput4
@@ -727,4 +727,7 @@
/\C\X*QT/8
Ӆ\x0aT
+/\C(\W?ſ)'?{{/8
+ \\C(\\W?ſ)'?{{
+
/-- End of testinput4 --/
diff --git a/testdata/testoutput4 b/testdata/testoutput4
index 386e3b2..ffd02ea 100644
--- a/testdata/testoutput4
+++ b/testdata/testoutput4
@@ -1277,4 +1277,8 @@ No match
Ӆ\x0aT
No match
+/\C(\W?ſ)'?{{/8
+ \\C(\\W?ſ)'?{{
+No match
+
/-- End of testinput4 --/