summaryrefslogtreecommitdiff
path: root/pcre/testdata/testinput2
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/testinput2
parent1592fbd332373a110edcc28468cd8dc2b99271ef (diff)
downloadmariadb-git-dfd7749120e592299fddf2710bc336ee1000ae07.tar.gz
8.40
Diffstat (limited to 'pcre/testdata/testinput2')
-rw-r--r--pcre/testdata/testinput26
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 --/