summaryrefslogtreecommitdiff
path: root/testdata/testoutput4
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-04-08 16:33:58 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-04-08 16:33:58 +0000
commit3162b6e3b42687fb8a99b7740e4da02a1ecfdcf8 (patch)
tree50f4ea98f1cf22d1c61e659f516a00cca71f808b /testdata/testoutput4
parent28a7abcee79adfd42bd631c042cd829190353d5a (diff)
downloadpcre2-3162b6e3b42687fb8a99b7740e4da02a1ecfdcf8.tar.gz
Fix backtracking bug for \C\X* in UTF mode.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@244 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testoutput4')
-rw-r--r--testdata/testoutput46
1 files changed, 6 insertions, 0 deletions
diff --git a/testdata/testoutput4 b/testdata/testoutput4
index 8364515..39924bf 100644
--- a/testdata/testoutput4
+++ b/testdata/testoutput4
@@ -3741,4 +3741,10 @@ No match
"[\S\V\H]"utf
+/\C\X*TӅ;
+{0,6}\v+ F
+/utf
+ Ӆ\x0a
+No match
+
# End of testinput4