pcre2/testdata/testinput3

101 lines
1.4 KiB
Plaintext
Raw Normal View History

2014-07-24 20:01:11 +02:00
# 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
<20>cole
/^[\w]+/locale=fr_FR
<20>cole
/^[\w]+/
*** Failers
<20>cole
/^[\W]+/
<20>cole
/^[\W]+/locale=fr_FR
*** Failers
<20>cole
/[\b]/
\b
*** Failers
a
/[\b]/locale=fr_FR
\b
*** Failers
a
/^\w+/
*** Failers
<20>cole
/^\w+/locale=fr_FR
<20>cole
/(.+)\b(.+)/
<20>cole
/(.+)\b(.+)/locale=fr_FR
*** Failers
<20>cole
/<2F>cole/i
<20>cole
*** Failers
<20>cole
/<2F>cole/i,locale=fr_FR
<20>cole
<20>cole
/\w/I
/\w/I,locale=fr_FR
/^[\xc8-\xc9]/i,locale=fr_FR
<20>cole
<20>cole
/^[\xc8-\xc9]/locale=fr_FR
<20>cole
*** Failers
<20>cole
/\W+/locale=fr_FR
>>>\xaa<<<
>>>\xba<<<
/[\W]+/locale=fr_FR
>>>\xaa<<<
>>>\xba<<<
/[^[:alpha:]]+/locale=fr_FR
>>>\xaa<<<
>>>\xba<<<
/\w+/locale=fr_FR
>>>\xaa<<<
>>>\xba<<<
/[\w]+/locale=fr_FR
>>>\xaa<<<
>>>\xba<<<
/[[:alpha:]]+/locale=fr_FR
>>>\xaa<<<
>>>\xba<<<
/[[:alpha:]][[:lower:]][[:upper:]]/IB,locale=fr_FR
# End of testinput3