File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / pcre / testdata / testoutput13
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Jul 22 08:25:57 2013 UTC (11 years ago) by misho
Branches: pcre, MAIN
CVS tags: v8_33, v8_31, v8_30, HEAD
8.33

    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
    6: Capturing subpattern count = 0
    7: No options
    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
   13: 
   14: /a*/SI
   15: Capturing subpattern count = 0
   16: No options
   17: No first char
   18: No need char
   19: Study returned NULL
   20: 
   21: /-- End of testinput13 --/

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