blob: 10fbc54978a39aaf9dc6b537d1af5e5c77cedf9c [file] [log] [blame]
Tristan Matthews04616462013-11-14 16:09:34 -05001/-- This test is run only when JIT support is not available. It checks that an
2attempt to use it has the expected behaviour. It also tests things that
3are different without JIT. --/
4
5/abc/S+I
6Capturing subpattern count = 0
7No options
8First char = 'a'
9Need char = 'c'
10Subject length lower bound = 3
11No set of starting bytes
12JIT support is not available in this version of PCRE
13
14/a*/SI
15Capturing subpattern count = 0
16No options
17No first char
18No need char
19Study returned NULL
20
21/-- End of testinput15 --/