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

@ -289,4 +289,12 @@
abc
abc\=no_jit
# ----
/[aC]/mg,firstline
match\nmatch
/[aCz]/mg,firstline
match\nmatch
# End of testinput17

10
testdata/testoutput17 vendored
View File

@ -531,4 +531,14 @@ Failed: error -47: match limit exceeded
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