chiark / gitweb /
Merge from existing archive branch
[pcre3.git] / testdata / testinput7
index 6bd0586441107fc7f88bde11a3521dcd3650a943..00b9738a37171d153b2ce53900416a1df75061bd 100644 (file)
@@ -835,4 +835,26 @@ of case for anything other than the ASCII letters. --/
 
 /[Q-U]+/8iWBZ 
 
+/^s?c/mi8I
+    scat
+
+/[\W\p{Any}]/BZ
+    abc
+    123 
+
+/[\W\pL]/BZ
+    abc
+    ** Failers 
+    123     
+
+/a[[:punct:]b]/WBZ
+
+/a[[:punct:]b]/8WBZ
+
+/a[b[:punct:]]/8WBZ
+
+/L(?#(|++<!(2)?/B8COZ
+
+/L(?#(|++<!(2)?/B8WCZ
+
 /-- End of testinput7 --/