blob: 78d43bdaabfc5e2c917cd54db8893f6105f48e8e [file] [log] [blame]
Janis Danisevskis112c9cc2016-03-31 13:35:25 +01001# 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
Elliott Hughes0c26e192019-08-07 12:24:46 -07006Capture group count = 0
Janis Danisevskis112c9cc2016-03-31 13:35:25 +01007First code unit = 'a'
8Last code unit = 'c'
9Subject length lower bound = 3
10JIT support is not available in this version of PCRE2
11
12/a*/I
Elliott Hughes0c26e192019-08-07 12:24:46 -070013Capture group count = 0
Janis Danisevskis112c9cc2016-03-31 13:35:25 +010014May match empty string
15Subject length lower bound = 0
16
17# End of testinput16