summaryrefslogtreecommitdiff
path: root/testdata/testinput4
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-04-08 16:53:22 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-04-08 16:53:22 +0000
commit5cef0438677e78af388d8e70aa7c4064016a9a20 (patch)
tree01a6e491855fab865418c6802f6716c4a0584af7 /testdata/testinput4
parent3162b6e3b42687fb8a99b7740e4da02a1ecfdcf8 (diff)
downloadpcre2-5cef0438677e78af388d8e70aa7c4064016a9a20.tar.gz
Fix other cases where backtracking after \C could cause a crash.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@245 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 8e51fea..421b3fb 100644
--- a/testdata/testinput4
+++ b/testdata/testinput4
@@ -2226,4 +2226,7 @@
/utf
Ӆ\x0a
+/\C(\W?ſ)'?{{/utf
+ \\C(\\W?ſ)'?{{
+
# End of testinput4