~ubuntu-branches/ubuntu/raring/postfix/raring

« back to all changes in this revision

Viewing changes to src/util/attr_scan0.ref

Tags: upstream-2.2.6
ImportĀ upstreamĀ versionĀ 2.2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
./attr_print0: send attr number = 4711
2
2
./attr_print0: send attr long_number = 1234
3
3
./attr_print0: send attr string = whoopee
 
4
./attr_print0: send attr data = [data 7 bytes]
4
5
./attr_print0: send attr name foo-name value foo-value
5
6
./attr_print0: send attr name bar-name value bar-value
6
7
./attr_print0: send attr number = 4711
7
8
./attr_print0: send attr long_number = 1234
8
9
./attr_print0: send attr string = whoopee
 
10
./attr_print0: send attr data = [data 7 bytes]
9
11
./attr_scan0: unknown_stream: wanted attribute: number
10
12
./attr_scan0: input attribute name: number
11
13
./attr_scan0: input attribute value: 4711
15
17
./attr_scan0: unknown_stream: wanted attribute: string
16
18
./attr_scan0: input attribute name: string
17
19
./attr_scan0: input attribute value: whoopee
 
20
./attr_scan0: unknown_stream: wanted attribute: data
 
21
./attr_scan0: input attribute name: data
 
22
./attr_scan0: input attribute value: d2hvb3BlZQ==
18
23
./attr_scan0: unknown_stream: wanted attribute: (any attribute name or list terminator)
19
24
./attr_scan0: input attribute name: foo-name
20
25
./attr_scan0: input attribute value: foo-value
32
37
./attr_scan0: unknown_stream: wanted attribute: string
33
38
./attr_scan0: input attribute name: string
34
39
./attr_scan0: input attribute value: whoopee
 
40
./attr_scan0: unknown_stream: wanted attribute: data
 
41
./attr_scan0: input attribute name: data
 
42
./attr_scan0: input attribute value: d2hvb3BlZQ==
35
43
./attr_scan0: unknown_stream: wanted attribute: (list terminator)
36
44
./attr_scan0: input attribute name: (end)
37
45
number 4711
38
46
long_number 1234
39
47
string whoopee
 
48
data whoopee
40
49
(hash) foo-name foo-value
41
50
(hash) bar-name bar-value
42
51
number 4711
43
52
long_number 1234
44
53
string whoopee
 
54
data whoopee
45
55
(hash) foo-name foo-value
46
56
(hash) bar-name bar-value