1# This test is run only when JIT support is not available. It checks that an 2# attempt to use it has the expected behaviour. It also tests things that 3# are different without JIT. 4 5/abc/I,jit,jitverify 6JIT compilation was not successful (bad JIT option) 7Capture group count = 0 8First code unit = 'a' 9Last code unit = 'c' 10Subject length lower bound = 3 11JIT support is not available in this version of PCRE2 12 13/a*/I 14Capture group count = 0 15May match empty string 16Subject length lower bound = 0 17 18# End of testinput16 19