pcre2/testdata/testoutput16

18 lines
461 B
Plaintext
Raw Permalink Normal View History

# This test is run only when JIT support is not available. It checks that an
# attempt to use it has the expected behaviour. It also tests things that
# are different without JIT.
2014-10-06 19:28:42 +02:00
/abc/I,jit,jitverify
Capture group count = 0
2014-10-06 19:28:42 +02:00
First code unit = 'a'
Last code unit = 'c'
Subject length lower bound = 3
JIT support is not available in this version of PCRE2
/a*/I
Capture group count = 0
May match empty string
Subject length lower bound = 0
2014-10-11 17:56:25 +02:00
# End of testinput16