Fix new tests when newline is not LF.

This commit is contained in:
Philip.Hazel 2016-07-06 17:39:15 +00:00
parent 6a5acedf08
commit 22c4999971
2 changed files with 4 additions and 4 deletions

View File

@ -291,10 +291,10 @@
# ---- # ----
/[aC]/mg,firstline /[aC]/mg,firstline,newline=lf
match\nmatch match\nmatch
/[aCz]/mg,firstline /[aCz]/mg,firstline,newline=lf
match\nmatch match\nmatch
# End of testinput17 # End of testinput17

View File

@ -533,11 +533,11 @@ Failed: error -47: match limit exceeded
# ---- # ----
/[aC]/mg,firstline /[aC]/mg,firstline,newline=lf
match\nmatch match\nmatch
0: a (JIT) 0: a (JIT)
/[aCz]/mg,firstline /[aCz]/mg,firstline,newline=lf
match\nmatch match\nmatch
0: a (JIT) 0: a (JIT)