pcre2/testdata/testoutput14

22 lines
534 B
Plaintext
Raw Normal View History

2014-08-08 20:18:18 +02:00
# 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-08-08 20:21:05 +02:00
/abc/I,jit,jitverify
2014-08-08 20:18:18 +02:00
Capturing subpattern count = 0
No options
First code unit = 'a'
Last code unit = 'c'
Subject length lower bound = 3
2014-08-08 20:21:05 +02:00
JIT support is not available in this version of PCRE2
2014-08-08 20:18:18 +02:00
/a*/I
Capturing subpattern count = 0
May match empty string
No options
No first code unit
No last code unit
Subject length lower bound = 0
# End of testinput14