diff options
author | Alexander Barkov <bar@mnogosearch.org> | 2014-02-03 08:54:12 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mnogosearch.org> | 2014-02-03 08:54:12 +0400 |
commit | 74cca641557196512468fafe77d22bfea4f243ea (patch) | |
tree | 4df5f82f7210d72a0ec3dcc2f9b49d50612b6a3a /pcre/testdata/testinput25 | |
parent | 2acc01b3cfa27074f93016b893cda20fa0a3497f (diff) | |
download | mariadb-git-74cca641557196512468fafe77d22bfea4f243ea.tar.gz |
Upgrading the bundled PCRE to 8.34
Diffstat (limited to 'pcre/testdata/testinput25')
-rw-r--r-- | pcre/testdata/testinput25 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pcre/testdata/testinput25 b/pcre/testdata/testinput25 index 2d65fd7b03e..ce9d9e19a40 100644 --- a/pcre/testdata/testinput25 +++ b/pcre/testdata/testinput25 @@ -1,5 +1,7 @@ /-- Tests for the 32-bit library only */ +< forbid 8w + /-- Check maximum character size --/ /\x{110000}/ @@ -10,6 +12,16 @@ /\x{ffffffff}/ +/\x{100000000}/ + +/\o{17777777777}/ + +/\o{20000000000}/ + +/\o{37777777777}/ + +/\o{40000000000}/ + /\x{7fffffff}\x{7fffffff}/I /\x{80000000}\x{80000000}/I |