diff options
Diffstat (limited to 'testdata/testoutput18')
-rw-r--r-- | testdata/testoutput18 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testdata/testoutput18 b/testdata/testoutput18 index 51c7d21..fd6fac3 100644 --- a/testdata/testoutput18 +++ b/testdata/testoutput18 @@ -162,4 +162,10 @@ Failed: POSIX code 4: ? * + invalid at offset 1000001 ** Ignored with POSIX interface: offset Matched with REG_NOSUB +/(?=(a\K))/ + a +Start of matched string is beyond its end - displaying from end to start. + 0: a + 1: a + # End of testdata/testinput18 |