File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / pcre / testdata / testoutput20
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, HEAD
8.33

    1: /-- These DFA tests are for the handling of characters greater than 255 in
    2:     16- or 32-bit, non-UTF mode. --/
    3: 
    4: /^\x{ffff}+/i
    5:     \x{ffff}
    6:  0: \x{ffff}
    7: 
    8: /^\x{ffff}?/i
    9:     \x{ffff}
   10:  0: \x{ffff}
   11:  1: 
   12: 
   13: /^\x{ffff}*/i
   14:     \x{ffff}
   15:  0: \x{ffff}
   16:  1: 
   17: 
   18: /^\x{ffff}{3}/i
   19:     \x{ffff}\x{ffff}\x{ffff}
   20:  0: \x{ffff}\x{ffff}\x{ffff}
   21: 
   22: /^\x{ffff}{0,3}/i
   23:     \x{ffff}
   24:  0: \x{ffff}
   25:  1: 
   26: 
   27: /-- End of testinput20 --/

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