summaryrefslogtreecommitdiff
path: root/testdata/testoutput1
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/testoutput1')
-rw-r--r--testdata/testoutput16
1 files changed, 6 insertions, 0 deletions
diff --git a/testdata/testoutput1 b/testdata/testoutput1
index 787c7e7..ad2175b 100644
--- a/testdata/testoutput1
+++ b/testdata/testoutput1
@@ -10106,4 +10106,10 @@ No match
ab
0: b
+/^(?<A>a)(?(<A>)b)((?<=b).*)$/
+ abc
+ 0: abc
+ 1: a
+ 2: c
+
# End of testinput1