1/-- This test is run only when JIT support is not available. It checks that an 2attempt to use it has the expected behaviour. It also tests things that 3are different without JIT. --/ 4 5/abc/S+I 6Capturing subpattern count = 0 7No options 8First char = 'a' 9Need char = 'c' 10Subject length lower bound = 3 11No starting char list 12JIT support is not available in this version of PCRE 13 14/a*/SI 15Capturing subpattern count = 0 16May match empty string 17No options 18No first char 19No need char 20Study returned NULL 21 22/-- End of testinput13 --/ 23