summaryrefslogtreecommitdiff
path: root/testdata/testoutput13
blob: d6fb8a5ca2901e0793a0d06ada0dc95740f1fa57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/-- 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. --/
   
/abc/S+I
Capturing subpattern count = 0
No options
First char = 'a'
Need char = 'c'
Subject length lower bound = 3
No starting char list
JIT support is not available in this version of PCRE

/a*/SI
Capturing subpattern count = 0
May match empty string
No options
No first char
No need char
Study returned NULL

/-- End of testinput13 --/