summaryrefslogtreecommitdiff
path: root/testdata/testinput1
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2020-01-01 12:07:02 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2020-01-01 12:07:02 +0000
commit470370f98ec277fed819a388af5b64c25619eeac (patch)
tree103de642550c679660a8bf47423048f856f5b2db /testdata/testinput1
parentfde39af34eb4a8eef2b3a3ce4b586c1763aca69c (diff)
downloadpcre2-470370f98ec277fed819a388af5b64c25619eeac.tar.gz
Allow real repetition of assertions.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1202 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 109de29..9d7821d 100644
--- a/testdata/testinput1
+++ b/testdata/testinput1
@@ -6393,4 +6393,13 @@ ef) x/x,mark
/^((\1+)|\d)+133X$/
111133X
+/^(?=.*(?=(([A-Z]).*(?(1)\1)))(?!.+\2)){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