File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / pcre / testdata / testoutput20
Revision 1.1.1.3 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Sun Jun 15 19:46:05 2014 UTC (10 years ago) by misho
Branches: pcre, MAIN
CVS tags: v8_34, HEAD
pcre 8.34

    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: 
   12: /^\x{ffff}*/i
   13:     \x{ffff}
   14:  0: \x{ffff}
   15: 
   16: /^\x{ffff}{3}/i
   17:     \x{ffff}\x{ffff}\x{ffff}
   18:  0: \x{ffff}\x{ffff}\x{ffff}
   19: 
   20: /^\x{ffff}{0,3}/i
   21:     \x{ffff}
   22:  0: \x{ffff}
   23: 
   24: /-- End of testinput20 --/

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