diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2017-03-05 02:27:59 +0200 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2017-03-05 02:27:59 +0200 |
commit | dfd7749120e592299fddf2710bc336ee1000ae07 (patch) | |
tree | c0c471eaf9eecb69f2d8eddcad96f951796362cf /pcre/testdata/testinput19 | |
parent | 1592fbd332373a110edcc28468cd8dc2b99271ef (diff) | |
download | mariadb-git-dfd7749120e592299fddf2710bc336ee1000ae07.tar.gz |
8.40
Diffstat (limited to 'pcre/testdata/testinput19')
-rw-r--r-- | pcre/testdata/testinput19 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/pcre/testdata/testinput19 b/pcre/testdata/testinput19 index ce45afcb595..dfe8c7befb6 100644 --- a/pcre/testdata/testinput19 +++ b/pcre/testdata/testinput19 @@ -25,4 +25,21 @@ /s+/i8SI SSss\x{17f} +/[\D]/8 + \x{1d7cf} + +/[\D\P{Nd}]/8 + \x{1d7cf} + +/[^\D]/8 + a9b + ** Failers + \x{1d7cf} + +/[^\D\P{Nd}]/8 + a9b + \x{1d7cf} + ** Failers + \x{10000} + /-- End of testinput19 --/ |