File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / pcre / testdata / testinput23
Revision 1.1.1.2 (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: /-- Tests for the 16-bit library only */
    2: 
    3: < forbid 8W
    4: 
    5: /-- Check maximum non-UTF character size --/
    6: 
    7: /\x{ffff}/
    8:     A\x{ffff}B
    9: 
   10: /\x{10000}/
   11: 
   12: /\o{20000}/
   13: 
   14: /-- Check character ranges --/
   15: 
   16: /[\H]/BZSI
   17: 
   18: /[\V]/BZSI
   19: 
   20: /-- End of testinput23 --/

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