1 |
/-- This set of tests checks local-specific features, using the "fr_FR" locale.
|
2 |
It is not Perl-compatible. When run via RunTest, the locale is edited to
|
3 |
be whichever of "fr_FR", "french", or "fr" is found to exist. There is
|
4 |
different version of this file called wintestinput3 for use on Windows,
|
5 |
where the locale is called "french" and the tests are run using
|
6 |
RunTest.bat. --/
|
7 |
|
8 |
< forbid 8W
|
9 |
|
10 |
/^[\w]+/
|
11 |
*** Failers
|
12 |
École
|
13 |
|
14 |
/^[\w]+/Lfr_FR
|
15 |
École
|
16 |
|
17 |
/^[\w]+/
|
18 |
*** Failers
|
19 |
École
|
20 |
|
21 |
/^[\W]+/
|
22 |
École
|
23 |
|
24 |
/^[\W]+/Lfr_FR
|
25 |
*** Failers
|
26 |
École
|
27 |
|
28 |
/[\b]/
|
29 |
\b
|
30 |
*** Failers
|
31 |
a
|
32 |
|
33 |
/[\b]/Lfr_FR
|
34 |
\b
|
35 |
*** Failers
|
36 |
a
|
37 |
|
38 |
/^\w+/
|
39 |
*** Failers
|
40 |
École
|
41 |
|
42 |
/^\w+/Lfr_FR
|
43 |
École
|
44 |
|
45 |
/(.+)\b(.+)/
|
46 |
École
|
47 |
|
48 |
/(.+)\b(.+)/Lfr_FR
|
49 |
*** Failers
|
50 |
École
|
51 |
|
52 |
/École/i
|
53 |
École
|
54 |
*** Failers
|
55 |
école
|
56 |
|
57 |
/École/iLfr_FR
|
58 |
École
|
59 |
école
|
60 |
|
61 |
/\w/IS
|
62 |
|
63 |
/\w/ISLfr_FR
|
64 |
|
65 |
/^[\xc8-\xc9]/iLfr_FR
|
66 |
École
|
67 |
école
|
68 |
|
69 |
/^[\xc8-\xc9]/Lfr_FR
|
70 |
École
|
71 |
*** Failers
|
72 |
école
|
73 |
|
74 |
/\W+/Lfr_FR
|
75 |
>>>\xaa<<<
|
76 |
>>>\xba<<<
|
77 |
|
78 |
/[\W]+/Lfr_FR
|
79 |
>>>\xaa<<<
|
80 |
>>>\xba<<<
|
81 |
|
82 |
/[^[:alpha:]]+/Lfr_FR
|
83 |
>>>\xaa<<<
|
84 |
>>>\xba<<<
|
85 |
|
86 |
/\w+/Lfr_FR
|
87 |
>>>\xaa<<<
|
88 |
>>>\xba<<<
|
89 |
|
90 |
/[\w]+/Lfr_FR
|
91 |
>>>\xaa<<<
|
92 |
>>>\xba<<<
|
93 |
|
94 |
/[[:alpha:]]+/Lfr_FR
|
95 |
>>>\xaa<<<
|
96 |
>>>\xba<<<
|
97 |
|
98 |
/[[:alpha:]][[:lower:]][[:upper:]]/DZLfr_FR
|
99 |
|
100 |
/-- End of testinput3 --/
|