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/testinput2 | |
parent | 1592fbd332373a110edcc28468cd8dc2b99271ef (diff) | |
download | mariadb-git-dfd7749120e592299fddf2710bc336ee1000ae07.tar.gz |
8.40
Diffstat (limited to 'pcre/testdata/testinput2')
-rw-r--r-- | pcre/testdata/testinput2 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pcre/testdata/testinput2 b/pcre/testdata/testinput2 index 75e402ee9b3..08c6f39a565 100644 --- a/pcre/testdata/testinput2 +++ b/pcre/testdata/testinput2 @@ -4243,4 +4243,10 @@ backtracking verbs. --/ /\N(?(?C)0?!.)*/ +/(?<RA>abc)(?(R)xyz)/BZ + +/(?<R>abc)(?(R)xyz)/BZ + +/(?=.*[A-Z])/I + /-- End of testinput2 --/ |