summaryrefslogtreecommitdiff
path: root/testdata/testinput5
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-08-31 17:10:26 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-08-31 17:10:26 +0000
commit78dd3d00385e8c5f868d07b3fe21694299a183fe (patch)
treecf0332c3090f983551c9a5feee8421843ff524ce /testdata/testinput5
parent9bc6657298294815a65ca8a18a6997ee631f621a (diff)
downloadpcre-78dd3d00385e8c5f868d07b3fe21694299a183fe.tar.gz
Further partial match change: add PCRE_PARTIAL_HARD and make more intuitive.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@428 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata/testinput5')
-rw-r--r--testdata/testinput54
1 files changed, 4 insertions, 0 deletions
diff --git a/testdata/testinput5 b/testdata/testinput5
index c398ef7..5d3030f 100644
--- a/testdata/testinput5
+++ b/testdata/testinput5
@@ -737,4 +737,8 @@ can't tell the difference.) --/
\x{123}X\x{123}\x{123}\x{123}\P
\x{123}X\x{123}\x{123}\x{123}\x{123}\P
+/\bthe cat\b/8
+ the cat\P
+ the cat\P\P
+
/ End of testinput5 /