summaryrefslogtreecommitdiff
path: root/testdata/testinput8
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-10-22 15:57:50 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-10-22 15:57:50 +0000
commiteb0957c2b28f0842cf8e03e5216b3349c8e950fe (patch)
treef935bb111412c4fb8101c1249e0235b7669d6800 /testdata/testinput8
parente998b8d9a8d15c20e782ae677bc66e4d84294086 (diff)
downloadpcre-eb0957c2b28f0842cf8e03e5216b3349c8e950fe.tar.gz
Change the way PCRE_PARTIAL_HARD handles \z, \Z, \b, \B, and $.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@553 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata/testinput8')
-rw-r--r--testdata/testinput84
1 files changed, 4 insertions, 0 deletions
diff --git a/testdata/testinput8 b/testdata/testinput8
index 1c6f684..2a6bef3 100644
--- a/testdata/testinput8
+++ b/testdata/testinput8
@@ -685,4 +685,8 @@
xxxxabcde\P
xxxxabcde\P\P
+/\bthe cat\b/8
+ the cat\P
+ the cat\P\P
+
/-- End of testinput8 --/