diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-06-05 12:47:55 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-06-05 12:47:55 +0200 |
commit | 8958f8b8231374f220ac516779bd879cce4f99d4 (patch) | |
tree | d31e92637dc63ad310e4ac639ec74acc0862a53f /pcre/testdata/testinput25 | |
download | mariadb-git-8958f8b8231374f220ac516779bd879cce4f99d4.tar.gz |
pcre-8.34
Diffstat (limited to 'pcre/testdata/testinput25')
-rw-r--r-- | pcre/testdata/testinput25 | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/pcre/testdata/testinput25 b/pcre/testdata/testinput25 new file mode 100644 index 00000000000..ce9d9e19a40 --- /dev/null +++ b/pcre/testdata/testinput25 @@ -0,0 +1,44 @@ +/-- Tests for the 32-bit library only */ + +< forbid 8w + +/-- Check maximum character size --/ + +/\x{110000}/ + +/\x{7fffffff}/ + +/\x{80000000}/ + +/\x{ffffffff}/ + +/\x{100000000}/ + +/\o{17777777777}/ + +/\o{20000000000}/ + +/\o{37777777777}/ + +/\o{40000000000}/ + +/\x{7fffffff}\x{7fffffff}/I + +/\x{80000000}\x{80000000}/I + +/\x{ffffffff}\x{ffffffff}/I + +/-- Non-UTF characters --/ + +/\C{2,3}/ + \x{400000}\x{400001}\x{400002}\x{400003} + +/\x{400000}\x{800000}/iDZ + +/-- Check character ranges --/ + +/[\H]/BZSI + +/[\V]/BZSI + +/-- End of testinput25 --/ |