diff options
author | SVN Migration <svn@php.net> | 2002-05-28 01:22:43 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2002-05-28 01:22:43 +0000 |
commit | fe9cd86c5dd9af436ff2431b8c4b1800bed6894c (patch) | |
tree | 1d2376b2c6d208ff3177bd3c599ab86fe77c10ae /ext/pcre/pcrelib/testdata/testinput6 | |
parent | 43beb1deda6c4d40fab8719478efd0750b0a06da (diff) | |
download | php-git-RELEASE_0_11.tar.gz |
This commit was manufactured by cvs2svn to create tag 'RELEASE_0_11'.RELEASE_0_11
Diffstat (limited to 'ext/pcre/pcrelib/testdata/testinput6')
-rw-r--r-- | ext/pcre/pcrelib/testdata/testinput6 | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/ext/pcre/pcrelib/testdata/testinput6 b/ext/pcre/pcrelib/testdata/testinput6 deleted file mode 100644 index 1ccaa0dbc1..0000000000 --- a/ext/pcre/pcrelib/testdata/testinput6 +++ /dev/null @@ -1,52 +0,0 @@ -/\x{100}/8DM - -/\x{1000}/8DM - -/\x{10000}/8DM - -/\x{100000}/8DM - -/\x{1000000}/8DM - -/\x{4000000}/8DM - -/\x{7fffFFFF}/8DM - -/[\x{ff}]/8DM - -/[\x{100}]/8DM - -/\x{ffffffff}/8 - -/\x{100000000}/8 - -/^\x{100}a\x{1234}/8 - \x{100}a\x{1234}bcd - -/\x80/8D - -/\xff/8D - -/-- These tests are here rather than in testinput5 because Perl 5.6 has --/ -/-- some problems with UTF-8 support, in the area of \x{..} where the --/ -/-- value is < 255. It grumbles about invalid UTF-8 strings. --/ - -/^[a\x{c0}]b/8 - \x{c0}b - -/^([a\x{c0}]*?)aa/8 - a\x{c0}aaaa/ - -/^([a\x{c0}]*?)aa/8 - a\x{c0}aaaa/ - a\x{c0}a\x{c0}aaa/ - -/^([a\x{c0}]*)aa/8 - a\x{c0}aaaa/ - a\x{c0}a\x{c0}aaa/ - -/^([a\x{c0}]*)a\x{c0}/8 - a\x{c0}aaaa/ - a\x{c0}a\x{c0}aaa/ - -/ End of testinput6 / |