pcre2/testdata/testoutput15

18 lines
475 B
Plaintext
Raw Normal View History

2014-10-06 19:28:42 +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:18:18 +02:00
2014-10-06 19:28:42 +02:00
/abc/I,jit,jitverify
2014-08-08 20:18:18 +02:00
Capturing subpattern count = 0
First code unit = 'a'
2014-10-06 19:28:42 +02:00
Last code unit = 'c'
2014-08-08 20:18:18 +02:00
Subject length lower bound = 3
2014-10-06 19:28:42 +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
2014-10-06 19:28:42 +02:00
Subject length lower bound = 0
2014-08-08 20:18:18 +02:00
# End of testinput15