diff options
Diffstat (limited to 'pcre/testdata/testinput23')
-rw-r--r-- | pcre/testdata/testinput23 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/pcre/testdata/testinput23 b/pcre/testdata/testinput23 new file mode 100644 index 00000000000..0fdbae7c577 --- /dev/null +++ b/pcre/testdata/testinput23 @@ -0,0 +1,20 @@ +/-- 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 --/ |