Fix new tests when newline is not LF.
This commit is contained in:
parent
6a5acedf08
commit
22c4999971
|
@ -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
|
||||||
|
|
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue