usbmodeswitch: Updated to v.1.2.6 from shibby's branch.
[tomato.git] / release / src / router / pcre / testdata / testinput3
blob6fea2f5b3bdcd470a9a58ac92a850dbd7b682b29
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". --/
5 /^[\w]+/
6     *** Failers
7     École
9 /^[\w]+/Lfr_FR
10     École
12 /^[\w]+/
13     *** Failers
14     École
16 /^[\W]+/
17     École
19 /^[\W]+/Lfr_FR
20     *** Failers
21     École
23 /[\b]/
24     \b
25     *** Failers
26     a
28 /[\b]/Lfr_FR
29     \b
30     *** Failers
31     a
33 /^\w+/
34     *** Failers
35     École
37 /^\w+/Lfr_FR
38     École
40 /(.+)\b(.+)/
41     École
43 /(.+)\b(.+)/Lfr_FR
44     *** Failers
45     École
47 /École/i
48     École
49     *** Failers
50     école
52 /École/iLfr_FR
53     École
54     école
56 /\w/IS
58 /\w/ISLfr_FR
60 /^[\xc8-\xc9]/iLfr_FR
61     École
62     école
64 /^[\xc8-\xc9]/Lfr_FR
65     École
66     *** Failers 
67     école
69 /\W+/Lfr_FR
70     >>>\xaa<<<
71     >>>\xba<<< 
73 /[\W]+/Lfr_FR
74     >>>\xaa<<<
75     >>>\xba<<< 
77 /[^[:alpha:]]+/Lfr_FR
78     >>>\xaa<<<
79     >>>\xba<<< 
81 /\w+/Lfr_FR
82     >>>\xaa<<<
83     >>>\xba<<< 
85 /[\w]+/Lfr_FR
86     >>>\xaa<<<
87     >>>\xba<<< 
89 /[[:alpha:]]+/Lfr_FR
90     >>>\xaa<<<
91     >>>\xba<<< 
92     
93 /[[:alpha:]][[:lower:]][[:upper:]]/DZLfr_FR 
95 /-- End of testinput3 --/