Additional test for recent JIT bugfix.
This commit is contained in:
parent
83c67a8ece
commit
37e02cfb21
|
@ -288,5 +288,13 @@
|
||||||
/abc/jitfast
|
/abc/jitfast
|
||||||
abc
|
abc
|
||||||
abc\=no_jit
|
abc\=no_jit
|
||||||
|
|
||||||
|
# ----
|
||||||
|
|
||||||
|
/[aC]/mg,firstline
|
||||||
|
match\nmatch
|
||||||
|
|
||||||
|
/[aCz]/mg,firstline
|
||||||
|
match\nmatch
|
||||||
|
|
||||||
# End of testinput17
|
# End of testinput17
|
||||||
|
|
|
@ -530,5 +530,15 @@ Failed: error -47: match limit exceeded
|
||||||
0: abc (JIT)
|
0: abc (JIT)
|
||||||
abc\=no_jit
|
abc\=no_jit
|
||||||
0: abc (JIT)
|
0: abc (JIT)
|
||||||
|
|
||||||
|
# ----
|
||||||
|
|
||||||
|
/[aC]/mg,firstline
|
||||||
|
match\nmatch
|
||||||
|
0: a (JIT)
|
||||||
|
|
||||||
|
/[aCz]/mg,firstline
|
||||||
|
match\nmatch
|
||||||
|
0: a (JIT)
|
||||||
|
|
||||||
# End of testinput17
|
# End of testinput17
|
||||||
|
|
Loading…
Reference in New Issue