summaryrefslogtreecommitdiff
path: root/testdata/testoutput18
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-01-11 17:02:27 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-01-11 17:02:27 +0000
commitb6c92f4b6b35ce09afcbfd71170b72d3a8bb063d (patch)
tree48b308089923d314f3e85bb21fe11c5311a65381 /testdata/testoutput18
parent0c89beea88e6d30f292a369e6e16f5e1f11446c8 (diff)
downloadpcre2-b6c92f4b6b35ce09afcbfd71170b72d3a8bb063d.tar.gz
Fix pcre2test mishandling "end before start" return with POSIX interface.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@650 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testoutput18')
-rw-r--r--testdata/testoutput186
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