/[pcre]/code/trunk/testdata/testoutput3
ViewVC logotype

Contents of /code/trunk/testdata/testoutput3

Parent Directory Parent Directory | Revision Log Revision Log


Revision 65 - (show annotations)
Sat Feb 24 21:40:08 2007 UTC (13 years, 10 months ago) by nigel
File size: 1527 byte(s)
Error occurred while calculating annotation data.
Load pcre-4.1 into code/trunk.
1 PCRE version 4.1 12-Mar-2003
2
3 /^[\w]+/
4 *** Failers
5 No match
6 École
7 No match
8
9 /^[\w]+/Lfr
10 École
11 0: École
12
13 /^[\w]+/
14 *** Failers
15 No match
16 École
17 No match
18
19 /^[\W]+/
20 École
21 0: \xc9
22
23 /^[\W]+/Lfr
24 *** Failers
25 0: ***
26 École
27 No match
28
29 /[\b]/
30 \b
31 0: \x08
32 *** Failers
33 No match
34 a
35 No match
36
37 /[\b]/Lfr
38 \b
39 0: \x08
40 *** Failers
41 No match
42 a
43 No match
44
45 /^\w+/
46 *** Failers
47 No match
48 École
49 No match
50
51 /^\w+/Lfr
52 École
53 0: École
54
55 /(.+)\b(.+)/
56 École
57 0: \xc9cole
58 1: \xc9
59 2: cole
60
61 /(.+)\b(.+)/Lfr
62 *** Failers
63 0: *** Failers
64 1: ***
65 2: Failers
66 École
67 No match
68
69 /École/i
70 École
71 0: \xc9cole
72 *** Failers
73 No match
74 école
75 No match
76
77 /École/iLfr
78 École
79 0: École
80 école
81 0: école
82
83 /\w/IS
84 Capturing subpattern count = 0
85 No options
86 No first char
87 No need char
88 Study size = 40
89 Starting character 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
90 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
91
92 /\w/ISLfr
93 Capturing subpattern count = 0
94 No options
95 No first char
96 No need char
97 Study size = 40
98 Starting character 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
99 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
100 À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ð Ñ Ò Ó Ô Õ Ö Ø Ù Ú Û Ü Ý Þ ß à á â ã ä å
101 æ ç è é ê ë ì í î ï ð ñ ò ó ô õ ö ø ù ú û ü ý þ ÿ
102
103 /^[\xc8-\xc9]/iLfr
104 École
105 0: É
106 école
107 0: é
108
109 /^[\xc8-\xc9]/Lfr
110 École
111 0: É
112 *** Failers
113 No match
114 école
115 No match
116
117 / End of testinput3 /
118

  ViewVC Help
Powered by ViewVC 1.1.5