Annotation of embedaddon/pcre/testdata/testinput12, revision 1.1.1.2

1.1.1.2 ! 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
1.1       misho       8: 
1.1.1.2 ! misho       9: /abc/S+I>testsavedregex
        !            10: 
        !            11: <testsavedregex
1.1       misho      12:     abc
                     13: 
1.1.1.2 ! misho      14: /a*/SI
        !            15: 
        !            16: /(?(R)a*(?1)|((?R))b)/S+
        !            17:     aaaabcde
        !            18: 
1.1       misho      19: /-- End of testinput12 --/

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