testoutput16 461 B

1234567891011121314151617
  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. /abc/I,jit,jitverify
  5. Capture group count = 0
  6. First code unit = 'a'
  7. Last code unit = 'c'
  8. Subject length lower bound = 3
  9. JIT support is not available in this version of PCRE2
  10. /a*/I
  11. Capture group count = 0
  12. May match empty string
  13. Subject length lower bound = 0
  14. # End of testinput16