Additional test for recent JIT bugfix.

This commit is contained in:
Philip.Hazel 2016-07-02 15:52:30 +00:00
parent 83c67a8ece
commit 37e02cfb21
2 changed files with 18 additions and 0 deletions

View File

@ -288,5 +288,13 @@
/abc/jitfast
abc
abc\=no_jit
# ----
/[aC]/mg,firstline
match\nmatch
/[aCz]/mg,firstline
match\nmatch
# End of testinput17

10
testdata/testoutput17 vendored
View File

@ -530,5 +530,15 @@ Failed: error -47: match limit exceeded
0: abc (JIT)
abc\=no_jit
0: abc (JIT)
# ----
/[aC]/mg,firstline
match\nmatch
0: a (JIT)
/[aCz]/mg,firstline
match\nmatch
0: a (JIT)
# End of testinput17