diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2017-03-05 02:27:59 +0200 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2017-03-05 02:27:59 +0200 |
commit | dfd7749120e592299fddf2710bc336ee1000ae07 (patch) | |
tree | c0c471eaf9eecb69f2d8eddcad96f951796362cf /pcre/testdata/testinput1 | |
parent | 1592fbd332373a110edcc28468cd8dc2b99271ef (diff) | |
download | mariadb-git-dfd7749120e592299fddf2710bc336ee1000ae07.tar.gz |
8.40
Diffstat (limited to 'pcre/testdata/testinput1')
-rw-r--r-- | pcre/testdata/testinput1 | 6 |
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 --/ |