File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / pcre / testdata / testinput25
Revision 1.1.1.1 (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: /-- Tests for the 32-bit library only */
    2: 
    3: /-- Check maximum character size --/
    4: 
    5: /\x{110000}/
    6: 
    7: /\x{7fffffff}/
    8: 
    9: /\x{80000000}/
   10: 
   11: /\x{ffffffff}/
   12: 
   13: /\x{7fffffff}\x{7fffffff}/I
   14: 
   15: /\x{80000000}\x{80000000}/I
   16: 
   17: /\x{ffffffff}\x{ffffffff}/I
   18: 
   19: /-- Non-UTF characters --/
   20: 
   21: /\C{2,3}/
   22:     \x{400000}\x{400001}\x{400002}\x{400003}
   23: 
   24: /\x{400000}\x{800000}/iDZ
   25: 
   26: /-- Check character ranges --/
   27: 
   28: /[\H]/BZSI
   29: 
   30: /[\V]/BZSI
   31: 
   32: /-- End of testinput25 --/

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