Annotation of embedaddon/pcre/testdata/testoutput26, revision 1.1.1.2
1.1 misho 1: /-- Tests for the 32-bit library with UTF-32 support only */
2:
1.1.1.2 ! misho 3: < forbid W
! 4:
1.1 misho 5: /-- Non-UTF characters --/
6:
7: /\x{110000}/8
1.1.1.2 ! misho 8: Failed: character value in \x{} or \o{} is too large at offset 9
! 9:
! 10: /\o{4200000}/8
! 11: Failed: character value in \x{} or \o{} is too large at offset 10
1.1 misho 12:
13: /\C/8
14: \x{110000}
15: Error -10 (bad UTF-32 string) offset=0 reason=3
16:
17: /-- End of testinput26 --/
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>