File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / pcre / testdata / testoutput23
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:  0: \x{ffff}
   10: 
   11: /\x{10000}/
   12: Failed: character value in \x{} or \o{} is too large at offset 8
   13: 
   14: /\o{20000}/
   15: 
   16: /-- Check character ranges --/
   17: 
   18: /[\H]/BZSI
   19: ------------------------------------------------------------------
   20:         Bra
   21:         [\x00-\x08\x0a-\x1f!-\x9f\x{a1}-\x{167f}\x{1681}-\x{180d}\x{180f}-\x{1fff}\x{200b}-\x{202e}\x{2030}-\x{205e}\x{2060}-\x{2fff}\x{3001}-\x{ffff}]
   22:         Ket
   23:         End
   24: ------------------------------------------------------------------
   25: Capturing subpattern count = 0
   26: No options
   27: No first char
   28: No need char
   29: Subject length lower bound = 1
   30: No set of starting bytes
   31: 
   32: /[\V]/BZSI
   33: ------------------------------------------------------------------
   34:         Bra
   35:         [\x00-\x09\x0e-\x84\x{86}-\x{2027}\x{202a}-\x{ffff}]
   36:         Ket
   37:         End
   38: ------------------------------------------------------------------
   39: Capturing subpattern count = 0
   40: No options
   41: No first char
   42: No need char
   43: Subject length lower bound = 1
   44: No set of starting bytes
   45: 
   46: /-- End of testinput23 --/

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