summaryrefslogtreecommitdiff
path: root/testdata/testinput7
diff options
context:
space:
mode:
authorMatthew Vernon <matthew@debian.org>2015-12-22 13:37:39 +0000
committerMatthew Vernon <matthew@debian.org>2015-12-22 13:37:39 +0000
commit86ef59c527b0015060b75bf41698f0310bb1ef72 (patch)
tree27cc6788804db5a7fe88b8f08a7e428c4e61a134 /testdata/testinput7
parent519a17c5e5fa25f6abb42e289fdcd4a5e769ea4b (diff)
parent89fe0c9bb581b5a1608738d68f2520c6426b549b (diff)
Record pcre3 (2:8.38-1) in archive suite sid
Diffstat (limited to 'testdata/testinput7')
-rw-r--r--testdata/testinput718
1 files changed, 18 insertions, 0 deletions
diff --git a/testdata/testinput7 b/testdata/testinput7
index 6bd0586..e411a4b 100644
--- a/testdata/testinput7
+++ b/testdata/testinput7
@@ -835,4 +835,22 @@ 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
+
/-- End of testinput7 --/