diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-05-04 22:19:22 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-05-04 22:19:22 +0200 |
commit | c4cc91cdc9a236c22749c9c9decd7d190d0eb7fa (patch) | |
tree | ad8f69084ba5857fefe80d951d5092a5dd23b497 /pcre/testdata/testinput5 | |
parent | 553b437d3835764f260df43c74b2e50dacda9c54 (diff) | |
download | mariadb-git-c4cc91cdc9a236c22749c9c9decd7d190d0eb7fa.tar.gz |
8.37
Diffstat (limited to 'pcre/testdata/testinput5')
-rw-r--r-- | pcre/testdata/testinput5 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pcre/testdata/testinput5 b/pcre/testdata/testinput5 index e36b09d6377..28561a93572 100644 --- a/pcre/testdata/testinput5 +++ b/pcre/testdata/testinput5 @@ -790,4 +790,12 @@ /[b-d\x{200}-\x{250}]*[ae-h]?#[\x{200}-\x{250}]{0,8}[\x00-\xff]*#[\x{200}-\x{250}]+[a-z]/8BZ +/[^\xff]*PRUNE:\x{100}abc(xyz(?1))/8DZ + +/(?<=\K\x{17f})/8g+ + \x{17f}\x{17f}\x{17f}\x{17f}\x{17f} + +/(?<=\K\x{17f})/8G+ + \x{17f}\x{17f}\x{17f}\x{17f}\x{17f} + /-- End of testinput5 --/ |