[Pcre-svn] [546] code/trunk/testdata: Fix new tests when new…

Top Page
Delete this message
Author: Subversion repository
Date:  
To: pcre-svn
Subject: [Pcre-svn] [546] code/trunk/testdata: Fix new tests when newline is not LF.
Revision: 546
          http://www.exim.org/viewvc/pcre2?view=rev&revision=546
Author:   ph10
Date:     2016-07-06 18:39:15 +0100 (Wed, 06 Jul 2016)
Log Message:
-----------
Fix new tests when newline is not LF.


Modified Paths:
--------------
    code/trunk/testdata/testinput17
    code/trunk/testdata/testoutput17


Modified: code/trunk/testdata/testinput17
===================================================================
--- code/trunk/testdata/testinput17    2016-07-06 15:02:24 UTC (rev 545)
+++ code/trunk/testdata/testinput17    2016-07-06 17:39:15 UTC (rev 546)
@@ -291,10 +291,10 @@


# ----

-/[aC]/mg,firstline
+/[aC]/mg,firstline,newline=lf
match\nmatch

-/[aCz]/mg,firstline
+/[aCz]/mg,firstline,newline=lf
match\nmatch

# End of testinput17

Modified: code/trunk/testdata/testoutput17
===================================================================
--- code/trunk/testdata/testoutput17    2016-07-06 15:02:24 UTC (rev 545)
+++ code/trunk/testdata/testoutput17    2016-07-06 17:39:15 UTC (rev 546)
@@ -533,11 +533,11 @@


# ----

-/[aC]/mg,firstline
+/[aC]/mg,firstline,newline=lf
match\nmatch
0: a (JIT)

-/[aCz]/mg,firstline
+/[aCz]/mg,firstline,newline=lf
match\nmatch
0: a (JIT)