summaryrefslogtreecommitdiff
path: root/pcre/testdata/testoutput1
diff options
context:
space:
mode:
Diffstat (limited to 'pcre/testdata/testoutput1')
-rw-r--r--pcre/testdata/testoutput18
1 files changed, 8 insertions, 0 deletions
diff --git a/pcre/testdata/testoutput1 b/pcre/testdata/testoutput1
index e852ab9544c..a2b3cffe9d4 100644
--- a/pcre/testdata/testoutput1
+++ b/pcre/testdata/testoutput1
@@ -9434,4 +9434,12 @@ No match
0:
1:
+/(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?=.*[,;:])(?=.{8,16})(?!.*[\s])/
+ \ Fred:099
+ 0:
+
+/(?=.*X)X$/
+ \ X
+ 0: X
+
/-- End of testinput1 --/