[Pcre-svn] [431] code/trunk/testdata: Add a new test.

Inizio della pagina
Delete this message
Autore: Subversion repository
Data:  
To: pcre-svn
Oggetto: [Pcre-svn] [431] code/trunk/testdata: Add a new test.
Revision: 431
          http://www.exim.org/viewvc/pcre2?view=rev&revision=431
Author:   ph10
Date:     2015-11-13 17:16:28 +0000 (Fri, 13 Nov 2015)
Log Message:
-----------
Add a new test.


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


Modified: code/trunk/testdata/testinput2
===================================================================
--- code/trunk/testdata/testinput2    2015-11-13 16:52:26 UTC (rev 430)
+++ code/trunk/testdata/testinput2    2015-11-13 17:16:28 UTC (rev 431)
@@ -4524,6 +4524,9 @@
     1234abc\=offset_limit=7
 \= Expect no match
     1234abc\=offset_limit=6
+    
+/A/g,replace=-,use_offset_limit
+    XAXAXAXAXA\=offset_limit=4


/abc/
\= Expect error

Modified: code/trunk/testdata/testoutput2
===================================================================
--- code/trunk/testdata/testoutput2    2015-11-13 16:52:26 UTC (rev 430)
+++ code/trunk/testdata/testoutput2    2015-11-13 17:16:28 UTC (rev 431)
@@ -14587,6 +14587,10 @@
 \= Expect no match
     1234abc\=offset_limit=6
 No match
+    
+/A/g,replace=-,use_offset_limit
+    XAXAXAXAXA\=offset_limit=4
+ 2: X-X-XAXAXA


/abc/
\= Expect error