summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-04-08 16:34:24 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-04-08 16:34:24 +0000
commit4a81b0ca19da65ea9a50c208017a74e55c3fd027 (patch)
treea709c6cf7a770cd5a8fc13574fcda12b3b2be127 /testdata
parentc3579a7581cb8b3ca3c9617d63083afea29de646 (diff)
downloadpcre-4a81b0ca19da65ea9a50c208017a74e55c3fd027.tar.gz
Fix backtracking bug for \C\X* in UTF mode.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1545 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 04fca1a..a0b46f1 100644
--- a/testdata/testinput4
+++ b/testdata/testinput4
@@ -724,4 +724,7 @@
"[\S\V\H]"8
+/\C\X*QT/8
+ Ӆ\x0aT
+
/-- End of testinput4 --/
diff --git a/testdata/testoutput4 b/testdata/testoutput4
index 340a949..386e3b2 100644
--- a/testdata/testoutput4
+++ b/testdata/testoutput4
@@ -1273,4 +1273,8 @@ No match
"[\S\V\H]"8
+/\C\X*QT/8
+ Ӆ\x0aT
+No match
+
/-- End of testinput4 --/