Annotation of embedaddon/pcre/testdata/testoutput24, revision 1.1

1.1     ! misho       1: /-- Tests for the 16-bit library with UTF-16 support only */
        !             2: 
        !             3: /bad/8
        !             4:     \x{d800}
        !             5: Error -10 (bad UTF-16 string) offset=0 reason=1
        !             6: 
        !             7: /short/8
        !             8:     \P\P\x{d800}
        !             9: Error -25 (short UTF-16 string) offset=0 reason=1
        !            10: 
        !            11: /-- End of testinput24 --/

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