summaryrefslogtreecommitdiff
path: root/testdata/testinput6
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/testinput6')
-rw-r--r--testdata/testinput68
1 files changed, 8 insertions, 0 deletions
diff --git a/testdata/testinput6 b/testdata/testinput6
index a4bfb3c..adbf621 100644
--- a/testdata/testinput6
+++ b/testdata/testinput6
@@ -1316,4 +1316,12 @@
/\x{017f}+/8i
\x{0053}\x{0073}\x{017f}
+/^\p{Any}*\d{4}/8
+ 1234
+ 123
+
+/^\X*\w{4}/8
+ 1234
+ 123
+
/-- End of testinput6 --/