File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / pcre / testdata / testinput12
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:50:25 2012 UTC (12 years, 4 months ago) by misho
Branches: pcre, MAIN
CVS tags: v8_30, HEAD
pcre

    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 testinput12 --/

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