diff options
author | SVN Migration <svn@php.net> | 2006-10-15 21:09:28 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2006-10-15 21:09:28 +0000 |
commit | 88ec761548b66f58acc1a86cdd0fc164ca925476 (patch) | |
tree | d0af978fa00d83bb1d82c613f66477fbd6bb18aa /ext/pcre/pcrelib/testdata/testinput3 | |
parent | 268984b4787e797db6054313fc9ba3b9e845306e (diff) | |
download | php-git-PECL_OPENSSL.tar.gz |
This commit was manufactured by cvs2svn to create branch 'PECL_OPENSSL'.PECL_OPENSSL
Diffstat (limited to 'ext/pcre/pcrelib/testdata/testinput3')
-rw-r--r-- | ext/pcre/pcrelib/testdata/testinput3 | 91 |
1 files changed, 0 insertions, 91 deletions
diff --git a/ext/pcre/pcrelib/testdata/testinput3 b/ext/pcre/pcrelib/testdata/testinput3 deleted file mode 100644 index e6ac826f77..0000000000 --- a/ext/pcre/pcrelib/testdata/testinput3 +++ /dev/null @@ -1,91 +0,0 @@ -/^[\w]+/ - *** Failers - École - -/^[\w]+/Lfr_FR - École - -/^[\w]+/ - *** Failers - École - -/^[\W]+/ - École - -/^[\W]+/Lfr_FR - *** Failers - École - -/[\b]/ - \b - *** Failers - a - -/[\b]/Lfr_FR - \b - *** Failers - a - -/^\w+/ - *** Failers - École - -/^\w+/Lfr_FR - École - -/(.+)\b(.+)/ - École - -/(.+)\b(.+)/Lfr_FR - *** Failers - École - -/École/i - École - *** Failers - école - -/École/iLfr_FR - École - école - -/\w/IS - -/\w/ISLfr_FR - -/^[\xc8-\xc9]/iLfr_FR - École - école - -/^[\xc8-\xc9]/Lfr_FR - École - *** Failers - école - -/\W+/Lfr_FR - >>>\xaa<<< - >>>\xba<<< - -/[\W]+/Lfr_FR - >>>\xaa<<< - >>>\xba<<< - -/[^[:alpha:]]+/Lfr_FR - >>>\xaa<<< - >>>\xba<<< - -/\w+/Lfr_FR - >>>\xaa<<< - >>>\xba<<< - -/[\w]+/Lfr_FR - >>>\xaa<<< - >>>\xba<<< - -/[[:alpha:]]+/Lfr_FR - >>>\xaa<<< - >>>\xba<<< - -/[[:alpha:]][[:lower:]][[:upper:]]/DLfr_FR - -/ End of testinput3 / |