[Pcre-svn] [1116] code/trunk/testdata: Update tests.

Top Page
Delete this message
Author: Subversion repository
Date:  
To: pcre-svn
Subject: [Pcre-svn] [1116] code/trunk/testdata: Update tests.
Revision: 1116
          http://www.exim.org/viewvc/pcre2?view=rev&revision=1116
Author:   ph10
Date:     2019-06-20 18:19:13 +0100 (Thu, 20 Jun 2019)
Log Message:
-----------
Update tests.


Modified Paths:
--------------
    code/trunk/testdata/testinput2
    code/trunk/testdata/testoutput2


Modified: code/trunk/testdata/testinput2
===================================================================
--- code/trunk/testdata/testinput2    2019-06-20 16:37:30 UTC (rev 1115)
+++ code/trunk/testdata/testinput2    2019-06-20 17:19:13 UTC (rev 1116)
@@ -5625,4 +5625,8 @@


/A(?:(*ACCEPT))?B/info

+/(A(*ACCEPT)??B)C/
+    ABC
+    AXY 
+
 # End of testinput2


Modified: code/trunk/testdata/testoutput2
===================================================================
--- code/trunk/testdata/testoutput2    2019-06-20 16:37:30 UTC (rev 1115)
+++ code/trunk/testdata/testoutput2    2019-06-20 17:19:13 UTC (rev 1116)
@@ -17031,6 +17031,14 @@
 First code unit = 'A'
 Subject length lower bound = 1


+/(A(*ACCEPT)??B)C/
+    ABC
+ 0: ABC
+ 1: AB
+    AXY 
+ 0: A
+ 1: A
+
 # End of testinput2
 Error -70: PCRE2_ERROR_BADDATA (unknown error number)
 Error -62: bad serialized data