summaryrefslogtreecommitdiff
path: root/pcre/testdata/testinput1
diff options
context:
space:
mode:
authorVicențiu Ciorbaru <vicentiu@mariadb.org>2017-03-05 02:27:59 +0200
committerVicențiu Ciorbaru <vicentiu@mariadb.org>2017-03-05 02:27:59 +0200
commitdfd7749120e592299fddf2710bc336ee1000ae07 (patch)
treec0c471eaf9eecb69f2d8eddcad96f951796362cf /pcre/testdata/testinput1
parent1592fbd332373a110edcc28468cd8dc2b99271ef (diff)
downloadmariadb-git-dfd7749120e592299fddf2710bc336ee1000ae07.tar.gz
8.40
Diffstat (limited to 'pcre/testdata/testinput1')
-rw-r--r--pcre/testdata/testinput16
1 files changed, 6 insertions, 0 deletions
diff --git a/pcre/testdata/testinput1 b/pcre/testdata/testinput1
index 8379ce04d5b..93abab3c851 100644
--- a/pcre/testdata/testinput1
+++ b/pcre/testdata/testinput1
@@ -5733,4 +5733,10 @@ AbcdCBefgBhiBqz
"(?|(\k'Pm')|(?'Pm'))"
abcd
+/(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?=.*[,;:])(?=.{8,16})(?!.*[\s])/
+ \ Fred:099
+
+/(?=.*X)X$/
+ \ X
+
/-- End of testinput1 --/