diff options
Diffstat (limited to 'pcre/testdata/testinput23')
-rw-r--r-- | pcre/testdata/testinput23 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/pcre/testdata/testinput23 b/pcre/testdata/testinput23 new file mode 100644 index 00000000000..961ae35d445 --- /dev/null +++ b/pcre/testdata/testinput23 @@ -0,0 +1,16 @@ +/-- Tests for the 16-bit library only */ + +/-- Check maximum non-UTF character size --/ + +/\x{ffff}/ + A\x{ffff}B + +/\x{10000}/ + +/-- Check character ranges --/ + +/[\H]/BZSI + +/[\V]/BZSI + +/-- End of testinput23 --/ |