github的一些开源项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
513 B

  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. JIT compilation was not successful (bad JIT option)
  6. Capture group count = 0
  7. First code unit = 'a'
  8. Last code unit = 'c'
  9. Subject length lower bound = 3
  10. JIT support is not available in this version of PCRE2
  11. /a*/I
  12. Capture group count = 0
  13. May match empty string
  14. Subject length lower bound = 0
  15. # End of testinput16