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/testoutput19 | |
parent | 1592fbd332373a110edcc28468cd8dc2b99271ef (diff) | |
download | mariadb-git-dfd7749120e592299fddf2710bc336ee1000ae07.tar.gz |
8.40
Diffstat (limited to 'pcre/testdata/testoutput19')
-rw-r--r-- | pcre/testdata/testoutput19 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/pcre/testdata/testoutput19 b/pcre/testdata/testoutput19 index eb8a8f6cd34..982bea4c136 100644 --- a/pcre/testdata/testoutput19 +++ b/pcre/testdata/testoutput19 @@ -105,4 +105,30 @@ Starting chars: S s \xff SSss\x{17f} 0: SSss\x{17f} +/[\D]/8 + \x{1d7cf} + 0: \x{1d7cf} + +/[\D\P{Nd}]/8 + \x{1d7cf} + 0: \x{1d7cf} + +/[^\D]/8 + a9b + 0: 9 + ** Failers +No match + \x{1d7cf} +No match + +/[^\D\P{Nd}]/8 + a9b + 0: 9 + \x{1d7cf} + 0: \x{1d7cf} + ** Failers +No match + \x{10000} +No match + /-- End of testinput19 --/ |