summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'testdata')
-rw-r--r--testdata/testinput16
-rw-r--r--testdata/testoutput110
2 files changed, 16 insertions, 0 deletions
diff --git a/testdata/testinput1 b/testdata/testinput1
index 9bc9b51..e0529e3 100644
--- a/testdata/testinput1
+++ b/testdata/testinput1
@@ -5244,4 +5244,10 @@ name were given. ---/
** Failers
abpq
+/(another)?(\1?)test/
+ hello world test
+
+/(another)?(\1+)test/
+ hello world test
+
/-- End of testinput1 --/
diff --git a/testdata/testoutput1 b/testdata/testoutput1
index 49b4a18..4893e69 100644
--- a/testdata/testoutput1
+++ b/testdata/testoutput1
@@ -8705,4 +8705,14 @@ No match
abpq
No match
+/(another)?(\1?)test/
+ hello world test
+ 0: test
+ 1: <unset>
+ 2:
+
+/(another)?(\1+)test/
+ hello world test
+No match
+
/-- End of testinput1 --/