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