summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-07-06 17:39:15 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-07-06 17:39:15 +0000
commit876bc1dfabec356374762f79bbf0f307cabd2068 (patch)
treefac34a05be47c456a99c6bbfcebb9337ea17caee
parent7429ab333258072f415da7c9ddd3a342779d00f6 (diff)
downloadpcre2-876bc1dfabec356374762f79bbf0f307cabd2068.tar.gz
Fix new tests when newline is not LF.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@546 6239d852-aaf2-0410-a92c-79f79f948069
-rw-r--r--testdata/testinput174
-rw-r--r--testdata/testoutput174
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)