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/testoutput23 | |
download | mariadb-git-8958f8b8231374f220ac516779bd879cce4f99d4.tar.gz |
pcre-8.34
Diffstat (limited to 'pcre/testdata/testoutput23')
-rw-r--r-- | pcre/testdata/testoutput23 | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/pcre/testdata/testoutput23 b/pcre/testdata/testoutput23 new file mode 100644 index 00000000000..6f5384c34e8 --- /dev/null +++ b/pcre/testdata/testoutput23 @@ -0,0 +1,46 @@ +/-- Tests for the 16-bit library only */ + +< forbid 8W + +/-- Check maximum non-UTF character size --/ + +/\x{ffff}/ + A\x{ffff}B + 0: \x{ffff} + +/\x{10000}/ +Failed: character value in \x{} or \o{} is too large at offset 8 + +/\o{20000}/ + +/-- Check character ranges --/ + +/[\H]/BZSI +------------------------------------------------------------------ + Bra + [\x00-\x08\x0a-\x1f!-\x9f\x{a1}-\x{167f}\x{1681}-\x{180d}\x{180f}-\x{1fff}\x{200b}-\x{202e}\x{2030}-\x{205e}\x{2060}-\x{2fff}\x{3001}-\x{ffff}] + Ket + End +------------------------------------------------------------------ +Capturing subpattern count = 0 +No options +No first char +No need char +Subject length lower bound = 1 +No set of starting bytes + +/[\V]/BZSI +------------------------------------------------------------------ + Bra + [\x00-\x09\x0e-\x84\x{86}-\x{2027}\x{202a}-\x{ffff}] + Ket + End +------------------------------------------------------------------ +Capturing subpattern count = 0 +No options +No first char +No need char +Subject length lower bound = 1 +No set of starting bytes + +/-- End of testinput23 --/ |