diff options
Diffstat (limited to 'testdata/testoutput1')
-rw-r--r-- | testdata/testoutput1 | 10 |
1 files changed, 10 insertions, 0 deletions
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 --/ |