Annotation of embedaddon/pcre/testdata/testinput14, revision 1.1

1.1     ! misho       1: /-- This test is run only when JIT support is available. It checks for a
        !             2: successful and an unsuccessful JIT compile and save and restore behaviour,
        !             3: and a couple of things that are different with JIT. --/
        !             4: 
        !             5: /abc/S+I
        !             6: 
        !             7: /ab(*COMMIT)/S+I
        !             8: 
        !             9: /abc/S+I>testsavedregex
        !            10: 
        !            11: <testsavedregex
        !            12:     abc
        !            13: 
        !            14: /a*/SI
        !            15: 
        !            16: /(?(R)a*(?1)|((?R))b)/S+
        !            17:     aaaabcde
        !            18: 
        !            19: /-- End of testinput14 --/

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