1 |
/-- This set of tests checks local-specific features, using the fr_FR locale.
|
2 |
It is not Perl-compatible. There is different version called wintestinput3
|
3 |
f or use on Windows, where the locale is called "french". --/
|
4 |
|
5 |
< forbid 8W
|
6 |
|
7 |
/^[\w]+/
|
8 |
*** Failers
|
9 |
No match
|
10 |
École
|
11 |
No match
|
12 |
|
13 |
/^[\w]+/Lfr_FR
|
14 |
École
|
15 |
0: École
|
16 |
|
17 |
/^[\w]+/
|
18 |
*** Failers
|
19 |
No match
|
20 |
École
|
21 |
No match
|
22 |
|
23 |
/^[\W]+/
|
24 |
École
|
25 |
0: \xc9
|
26 |
|
27 |
/^[\W]+/Lfr_FR
|
28 |
*** Failers
|
29 |
0: ***
|
30 |
École
|
31 |
No match
|
32 |
|
33 |
/[\b]/
|
34 |
\b
|
35 |
0: \x08
|
36 |
*** Failers
|
37 |
No match
|
38 |
a
|
39 |
No match
|
40 |
|
41 |
/[\b]/Lfr_FR
|
42 |
\b
|
43 |
0: \x08
|
44 |
*** Failers
|
45 |
No match
|
46 |
a
|
47 |
No match
|
48 |
|
49 |
/^\w+/
|
50 |
*** Failers
|
51 |
No match
|
52 |
École
|
53 |
No match
|
54 |
|
55 |
/^\w+/Lfr_FR
|
56 |
École
|
57 |
0: École
|
58 |
|
59 |
/(.+)\b(.+)/
|
60 |
École
|
61 |
0: \xc9cole
|
62 |
1: \xc9
|
63 |
2: cole
|
64 |
|
65 |
/(.+)\b(.+)/Lfr_FR
|
66 |
*** Failers
|
67 |
0: *** Failers
|
68 |
1: ***
|
69 |
2: Failers
|
70 |
École
|
71 |
No match
|
72 |
|
73 |
/École/i
|
74 |
École
|
75 |
0: \xc9cole
|
76 |
*** Failers
|
77 |
No match
|
78 |
école
|
79 |
No match
|
80 |
|
81 |
/École/iLfr_FR
|
82 |
École
|
83 |
0: École
|
84 |
école
|
85 |
0: école
|
86 |
|
87 |
/\w/IS
|
88 |
Capturing subpattern count = 0
|
89 |
No options
|
90 |
No first char
|
91 |
No need char
|
92 |
Subject length lower bound = 1
|
93 |
Starting byte set: 0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P
|
94 |
Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
|
95 |
|
96 |
/\w/ISLfr_FR
|
97 |
Capturing subpattern count = 0
|
98 |
No options
|
99 |
No first char
|
100 |
No need char
|
101 |
Subject length lower bound = 1
|
102 |
Starting byte set: 0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P
|
103 |
Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
|
104 |
ª µ º À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ð Ñ Ò Ó Ô Õ Ö Ø Ù Ú Û Ü Ý Þ ß à á â
|
105 |
ã ä å æ ç è é ê ë ì í î ï ð ñ ò ó ô õ ö ø ù ú û ü ý þ ÿ
|
106 |
|
107 |
/^[\xc8-\xc9]/iLfr_FR
|
108 |
École
|
109 |
0: É
|
110 |
école
|
111 |
0: é
|
112 |
|
113 |
/^[\xc8-\xc9]/Lfr_FR
|
114 |
École
|
115 |
0: É
|
116 |
*** Failers
|
117 |
No match
|
118 |
école
|
119 |
No match
|
120 |
|
121 |
/\W+/Lfr_FR
|
122 |
>>>\xaa<<<
|
123 |
0: >>>
|
124 |
>>>\xba<<<
|
125 |
0: >>>
|
126 |
|
127 |
/[\W]+/Lfr_FR
|
128 |
>>>\xaa<<<
|
129 |
0: >>>
|
130 |
>>>\xba<<<
|
131 |
0: >>>
|
132 |
|
133 |
/[^[:alpha:]]+/Lfr_FR
|
134 |
>>>\xaa<<<
|
135 |
0: >>>
|
136 |
>>>\xba<<<
|
137 |
0: >>>
|
138 |
|
139 |
/\w+/Lfr_FR
|
140 |
>>>\xaa<<<
|
141 |
0: ª
|
142 |
>>>\xba<<<
|
143 |
0: º
|
144 |
|
145 |
/[\w]+/Lfr_FR
|
146 |
>>>\xaa<<<
|
147 |
0: ª
|
148 |
>>>\xba<<<
|
149 |
0: º
|
150 |
|
151 |
/[[:alpha:]]+/Lfr_FR
|
152 |
>>>\xaa<<<
|
153 |
0: ª
|
154 |
>>>\xba<<<
|
155 |
0: º
|
156 |
|
157 |
/[[:alpha:]][[:lower:]][[:upper:]]/DZLfr_FR
|
158 |
------------------------------------------------------------------
|
159 |
Bra
|
160 |
[A-Za-z\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\xff]
|
161 |
[a-z\xb5\xdf-\xf6\xf8-\xff]
|
162 |
[A-Z\xc0-\xd6\xd8-\xde]
|
163 |
Ket
|
164 |
End
|
165 |
------------------------------------------------------------------
|
166 |
Capturing subpattern count = 0
|
167 |
No options
|
168 |
No first char
|
169 |
No need char
|
170 |
|
171 |
/-- End of testinput3 --/
|