pcre/testdata/testinput23

21 lines
237 B
Plaintext
Raw Permalink Normal View History

2022-07-31 00:29:08 +02:00
/-- Tests for the 16-bit library only */
< forbid 8W
/-- Check maximum non-UTF character size --/
/\x{ffff}/
A\x{ffff}B
/\x{10000}/
/\o{20000}/
/-- Check character ranges --/
/[\H]/BZSI
/[\V]/BZSI
/-- End of testinput23 --/