Annotation of embedaddon/pcre/testdata/testoutput23, revision 1.1.1.2
1.1 misho 1: /-- Tests for the 16-bit library only */
2:
1.1.1.2 ! misho 3: < forbid 8W
! 4:
1.1 misho 5: /-- Check maximum non-UTF character size --/
6:
7: /\x{ffff}/
8: A\x{ffff}B
9: 0: \x{ffff}
10:
11: /\x{10000}/
1.1.1.2 ! misho 12: Failed: character value in \x{} or \o{} is too large at offset 8
! 13:
! 14: /\o{20000}/
1.1 misho 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>