diff options
| author | Anatol Belski <ab@php.net> | 2014-02-04 10:31:07 +0100 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2014-02-04 10:31:07 +0100 |
| commit | 23cb7bd506da983b94bed9ec24c57d7b3a818d40 (patch) | |
| tree | 16abf354144e4c3ea9785618179661dbd5ba1a6b /ext/pcre/pcrelib/testdata/testinput20 | |
| parent | e79b54c4b5af6a125de9ca60f95b5fb29d204c5f (diff) | |
| download | php-git-23cb7bd506da983b94bed9ec24c57d7b3a818d40.tar.gz | |
pcre upgraded to 8.34
Diffstat (limited to 'ext/pcre/pcrelib/testdata/testinput20')
| -rw-r--r-- | ext/pcre/pcrelib/testdata/testinput20 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ext/pcre/pcrelib/testdata/testinput20 b/ext/pcre/pcrelib/testdata/testinput20 new file mode 100644 index 0000000000..2a6b8f23f4 --- /dev/null +++ b/ext/pcre/pcrelib/testdata/testinput20 @@ -0,0 +1,19 @@ +/-- These DFA tests are for the handling of characters greater than 255 in + 16- or 32-bit, non-UTF mode. --/ + +/^\x{ffff}+/i + \x{ffff} + +/^\x{ffff}?/i + \x{ffff} + +/^\x{ffff}*/i + \x{ffff} + +/^\x{ffff}{3}/i + \x{ffff}\x{ffff}\x{ffff} + +/^\x{ffff}{0,3}/i + \x{ffff} + +/-- End of testinput20 --/ |
