Annotation of embedaddon/pcre/testdata/testoutput13, revision 1.1.1.3

1.1.1.2   misho       1: /-- 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/S+I
1.1       misho       6: Capturing subpattern count = 0
                      7: No options
1.1.1.2   misho       8: First char = 'a'
                      9: Need char = 'c'
                     10: Subject length lower bound = 3
                     11: No set of starting bytes
                     12: JIT support is not available in this version of PCRE
1.1       misho      13: 
1.1.1.2   misho      14: /a*/SI
1.1       misho      15: Capturing subpattern count = 0
1.1.1.3 ! misho      16: May match empty string
1.1       misho      17: No options
                     18: No first char
                     19: No need char
1.1.1.2   misho      20: Study returned NULL
1.1       misho      21: 
                     22: /-- End of testinput13 --/

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>