summaryrefslogtreecommitdiff
path: root/testdata/testinput2
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/testinput2')
-rw-r--r--testdata/testinput222
1 files changed, 22 insertions, 0 deletions
diff --git a/testdata/testinput2 b/testdata/testinput2
index 7f887c8..850242e 100644
--- a/testdata/testinput2
+++ b/testdata/testinput2
@@ -3125,4 +3125,26 @@ a random value. /Ix
** Failers
abcdde
+/abcd*/
+ xxxxabcd\P
+ xxxxabcd\P\P
+
+/abcd*/i
+ xxxxabcd\P
+ xxxxabcd\P\P
+ XXXXABCD\P
+ XXXXABCD\P\P
+
+/abc\d*/
+ xxxxabc1\P
+ xxxxabc1\P\P
+
+/(a)bc\1*/
+ xxxxabca\P
+ xxxxabca\P\P
+
+/abc[de]*/
+ xxxxabcde\P
+ xxxxabcde\P\P
+
/-- End of testinput2 --/