~ubuntu-branches/ubuntu/feisty/apache2/feisty-updates

« back to all changes in this revision

Viewing changes to srclib/pcre/testdata/testoutput3

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Barth
  • Date: 2006-12-09 21:05:45 UTC
  • mfrom: (0.6.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061209210545-h70s0xaqc2v8vqr2
Tags: 2.2.3-3.2
* Non-maintainer upload.
* 043_ajp_connection_reuse: Patch from upstream Bugzilla, fixing a critical
  issue with regard to connection reuse in mod_proxy_ajp.
  Closes: #396265

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
PCRE version 5.0 13-Sep-2004
 
2
 
 
3
/^[\w]+/
 
4
    *** Failers
 
5
No match
 
6
    �cole
 
7
No match
 
8
 
 
9
/^[\w]+/Lfr_FR
 
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_FR
 
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_FR
 
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_FR
 
52
    �cole
 
53
 0: �cole
 
54
 
 
55
/(.+)\b(.+)/
 
56
    �cole
 
57
 0: \xc9cole
 
58
 1: \xc9
 
59
 2: cole
 
60
 
 
61
/(.+)\b(.+)/Lfr_FR
 
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_FR
 
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
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 
 
89
  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 
 
90
 
 
91
/\w/ISLfr_FR
 
92
Capturing subpattern count = 0
 
93
No options
 
94
No first char
 
95
No need char
 
96
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 
 
97
  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 
 
98
  � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � 
 
99
  � � � � � � � � � � � � � � � � � � � � � � � � � � 
 
100
 
 
101
/^[\xc8-\xc9]/iLfr_FR
 
102
    �cole
 
103
 0: �
 
104
    �cole
 
105
 0: �
 
106
 
 
107
/^[\xc8-\xc9]/Lfr_FR
 
108
    �cole
 
109
 0: �
 
110
    *** Failers 
 
111
No match
 
112
    �cole
 
113
No match
 
114
 
 
115
/ End of testinput3 /