You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
# 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
/\xb5/i � \= Expect no match \x9c
/\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
|