summaryrefslogtreecommitdiff
path: root/testdata/testoutput7
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-11-19 18:32:18 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-11-19 18:32:18 +0000
commit8f0ed27a10ee3efb8b11a044637144fb8fc6641f (patch)
treec74caa3f756e12f475c840392d507a89bcfe8bc8 /testdata/testoutput7
parent8e93f278ded1ac082d15af60dcf24fc6a8d2a672 (diff)
downloadpcre-8f0ed27a10ee3efb8b11a044637144fb8fc6641f.tar.gz
Support \C in lookbehinds and DFA matching when not in UTF-8 mode.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@754 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata/testoutput7')
-rw-r--r--testdata/testoutput78
1 files changed, 8 insertions, 0 deletions
diff --git a/testdata/testoutput7 b/testdata/testoutput7
index 21107d4..f8eb18d 100644
--- a/testdata/testoutput7
+++ b/testdata/testoutput7
@@ -7858,4 +7858,12 @@ Matched, but too many subsidiary matches
2: aa
3: a
+/ab\Cde/
+ abXde
+ 0: abXde
+
+/(?<=ab\Cde)X/
+ abZdeX
+ 0: X
+
/-- End of testinput7 --/