|
|
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:
10: /\x{10000}/
11:
12: /\o{20000}/
13:
14: /-- Check character ranges --/
15:
16: /[\H]/BZSI
17:
18: /[\V]/BZSI
19:
20: /-- End of testinput23 --/