File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / pcre / testdata / testoutput24
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 with UTF-16 support only */
    2: 
    3: < forbid W
    4: 
    5: /bad/8
    6:     \x{d800}
    7: Error -10 (bad UTF-16 string) offset=0 reason=1
    8: 
    9: /short/8
   10:     \P\P\x{d800}
   11: Error -25 (short UTF-16 string) offset=0 reason=1
   12: 
   13: /-- End of testinput24 --/

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