diff options
| author | Anatoliy Belsky <ab@php.net> | 2012-10-19 09:51:58 +0200 |
|---|---|---|
| committer | Anatoliy Belsky <ab@php.net> | 2012-10-19 09:51:58 +0200 |
| commit | d2fa182f253e7d99341ae7fca31379fc9f04067f (patch) | |
| tree | 0fb5b44392fb0cb251dd0f927af0a5776f34e269 /ext/pcre/pcrelib/testdata/testinput6 | |
| parent | bb51549915668adcc7c04e87568baef5e06bd03d (diff) | |
| parent | 276c5de0d86abab52a19f489dd74565fdec0d3ca (diff) | |
| download | php-git-d2fa182f253e7d99341ae7fca31379fc9f04067f.tar.gz | |
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fixed bug #63284 PCRE upgrade to 8.31
Diffstat (limited to 'ext/pcre/pcrelib/testdata/testinput6')
| -rw-r--r-- | ext/pcre/pcrelib/testdata/testinput6 | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/ext/pcre/pcrelib/testdata/testinput6 b/ext/pcre/pcrelib/testdata/testinput6 index 503a5bc764..7010a0d2d1 100644 --- a/ext/pcre/pcrelib/testdata/testinput6 +++ b/ext/pcre/pcrelib/testdata/testinput6 @@ -655,6 +655,7 @@ A\x80 /^[\p{Arabic}]/8 + \x{604} \x{60e} \x{656} \x{657} @@ -670,7 +671,6 @@ \x{6ef} \x{6fa} ** Failers - \x{600} \x{650} \x{651} \x{652} @@ -688,7 +688,6 @@ \x{61f} \x{964} \x{965} - \x{970} /^\p{Inherited}/8 \x{64b} @@ -802,4 +801,18 @@ ** Failers a\xFCb +/ⱥ/8i + ⱥ + Ⱥx + Ⱥ + +/[ⱥ]/8i + ⱥ + Ⱥx + Ⱥ + +/Ⱥ/8i + Ⱥ + ⱥ + /-- End of testinput6 --/ |
