summaryrefslogtreecommitdiff
path: root/testdata/testinput5
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/testinput5')
-rw-r--r--testdata/testinput59
1 files changed, 9 insertions, 0 deletions
diff --git a/testdata/testinput5 b/testdata/testinput5
index 28561a9..c825ca2 100644
--- a/testdata/testinput5
+++ b/testdata/testinput5
@@ -798,4 +798,13 @@
/(?<=\K\x{17f})/8G+
\x{17f}\x{17f}\x{17f}\x{17f}\x{17f}
+/[\W\p{Any}]/BZ
+ abc
+ 123
+
+/[\W\pL]/BZ
+ abc
+ ** Failers
+ 123
+
/-- End of testinput5 --/