| Server IP : 23.254.227.96 / Your IP : 216.73.216.183 Web Server : Apache/2.4.62 (Unix) OpenSSL/1.1.1k System : Linux hwsrv-1277026.hostwindsdns.com 4.18.0-477.13.1.el8_8.x86_64 #1 SMP Tue May 30 14:53:41 EDT 2023 x86_64 User : viralblo ( 1001) PHP Version : 8.1.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/self/root/proc/self/root/usr/local/src/pcre2-10.39/testdata/ |
Upload File : |
# This set of tests checks local-specific features, using the "fr_FR" locale.
# It is not Perl-compatible. When run via RunTest, the locale is edited to
# be whichever of "fr_FR", "french", or "fr" is found to exist. There is
# different version of this file called wintestinput3 for use on Windows,
# where the locale is called "french" and the tests are run using
# RunTest.bat.
#forbid_utf
/^[\w]+/
\= Expect no match
�cole
/^[\w]+/locale=fr_FR
�cole
/^[\w]+/
\= Expect no match
�cole
/^[\W]+/
�cole
/^[\W]+/locale=fr_FR
\= Expect no match
�cole
/[\b]/
\b
\= Expect no match
a
/[\b]/locale=fr_FR
\b
\= Expect no match
a
/^\w+/
\= Expect no match
�cole
/^\w+/locale=fr_FR
�cole
/(.+)\b(.+)/
�cole
/(.+)\b(.+)/locale=fr_FR
\= Expect no match
�cole
/�cole/i
�cole
\= Expect no match
�cole
/�cole/i,locale=fr_FR
�cole
�cole
/\w/I
/\w/I,locale=fr_FR
# All remaining tests are in the fr_FR locale, so set the default.
#pattern locale=fr_FR
/^[\xc8-\xc9]/i
�cole
�cole
/^[\xc8-\xc9]/
�cole
\= Expect no match
�cole
/\W+/
>>>\xaa<<<
>>>\xba<<<
/[\W]+/
>>>\xaa<<<
>>>\xba<<<
/[^[:alpha:]]+/
>>>\xaa<<<
>>>\xba<<<
/\w+/
>>>\xaa<<<
>>>\xba<<<
/[\w]+/
>>>\xaa<<<
>>>\xba<<<
/[[:alpha:]]+/
>>>\xaa<<<
>>>\xba<<<
/[[:alpha:]][[:lower:]][[:upper:]]/IB
# End of testinput3