new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / external / pcre2-10.32 / testdata / testoutput16
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
6 Capturing subpattern 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
12 /a*/I
13 Capturing subpattern count = 0
14 May match empty string
15 Subject length lower bound = 0
16
17 # End of testinput16