HEX
Server: Apache/2.4.62 (Unix) OpenSSL/1.1.1k
System: Linux ns565604.ip-54-39-133.net 4.18.0-553.50.1.el8_10.x86_64 #1 SMP Tue Apr 15 08:09:22 EDT 2025 x86_64
User: greer489 (1034)
PHP: 8.3.19
Disabled: NONE
Upload Files
File: //usr/local/src/pcre2-10.39/testdata/wintestinput3
# 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]+/
    *** Failers
    �cole

/^[\w]+/locale=french
    �cole

/^[\w]+/
    *** Failers
    �cole

/^[\W]+/
    �cole

/^[\W]+/locale=french
    *** Failers
    �cole

/[\b]/
    \b
    *** Failers
    a

/[\b]/locale=french
    \b
    *** Failers
    a

/^\w+/
    *** Failers
    �cole

/^\w+/locale=french
    �cole

/(.+)\b(.+)/
    �cole

/(.+)\b(.+)/locale=french
    *** Failers
    �cole

/�cole/i
    �cole
    *** Failers
    �cole

/�cole/i,locale=french
    �cole
    �cole

/\w/I

/\w/I,locale=french

# All remaining tests are in the french locale, so set the default.

#pattern locale=french

/^[\xc8-\xc9]/i
    �cole
    �cole

/^[\xc8-\xc9]/
    �cole
    *** Failers 
    �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