summaryrefslogtreecommitdiff
path: root/testdata/testinput1
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2020-01-05 12:32:29 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2020-01-05 12:32:29 +0000
commitb8e06a0d98f6f985fdfdddc796e05148a8f13ba2 (patch)
tree97b6f9e7c50975a06acce9df15cfcc8b4606090c /testdata/testinput1
parent470370f98ec277fed819a388af5b64c25619eeac (diff)
downloadpcre2-b8e06a0d98f6f985fdfdddc796e05148a8f13ba2.tar.gz
Documentation update and another cunning test pattern.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1203 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testinput1')
-rw-r--r--testdata/testinput19
1 files changed, 9 insertions, 0 deletions
diff --git a/testdata/testinput1 b/testdata/testinput1
index 9d7821d..a002b78 100644
--- a/testdata/testinput1
+++ b/testdata/testinput1
@@ -6402,4 +6402,13 @@ ef) x/x,mark
Hackdaws love my big sphinx of quartz.
Pack my fox with five dozen liquor jugs.
+/^(?>.*?([A-Z])(?!.*\1)){26}/i
+ The quick brown fox jumps over the lazy dog.
+ Jackdaws love my big sphinx of quartz.
+ Pack my box with five dozen liquor jugs.
+\= Expect no match
+ The quick brown fox jumps over the lazy cat.
+ Hackdaws love my big sphinx of quartz.
+ Pack my fox with five dozen liquor jugs.
+
# End of testinput1