summaryrefslogtreecommitdiff
path: root/pcre/testdata/testinput2
diff options
context:
space:
mode:
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 --/