From 22c49999719e77ec39c8b973fb42e77a9e8836d8 Mon Sep 17 00:00:00 2001 From: "Philip.Hazel" Date: Wed, 6 Jul 2016 17:39:15 +0000 Subject: [PATCH] Fix new tests when newline is not LF. --- testdata/testinput17 | 4 ++-- testdata/testoutput17 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/testdata/testinput17 b/testdata/testinput17 index 90c0a09..76925fe 100644 --- a/testdata/testinput17 +++ b/testdata/testinput17 @@ -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 diff --git a/testdata/testoutput17 b/testdata/testoutput17 index 60fe20b..f560f1b 100644 --- a/testdata/testoutput17 +++ b/testdata/testoutput17 @@ -533,11 +533,11 @@ Failed: error -47: match limit exceeded # ---- -/[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)