Annotation of parser3/tests/results/414.processed, revision 1.3
1.3 ! moko 1: Content-Type: text/html
! 2: Content-Length: 858
! 3:
1.1 moko 4: 1. {
5: "a":"1",
6: "b":"2",
7: "c":"3",
8: "d":"4"
9: }
10: {
11: "a":"1",
12: "b":"2",
13: "c":"3",
14: "d":"4"
15: }
16: 2. {
17: "a":"1",
18: "x":"2",
19: "c":"3",
20: "d":"4"
21: }
22: {
23: "x":"1",
24: "b":"2",
25: "c":"3",
26: "d":"4"
27: }
28: {
29: "a":"1",
30: "b":"2",
31: "c":"3",
32: "x":"4"
33: }
34: 3. {
35: "c":"1",
36: "b":"2",
37: "d":"4"
38: }
39: {
40: "b":"2",
41: "c":"3",
42: "a":"4"
43: }
44: {
45: "a":"1",
46: "c":"2",
47: "d":"4"
48: }
49: 4. {
50: "d":"1"
51: }
52: {
53: "a1":"1",
54: "b1":"2",
55: "c1":"3",
56: "d":"4"
57: }
58: 5. {
59: "":"1",
60: "b":"2",
61: "c":"3",
62: "d":"4"
63: }
64: {
65: "a":"1",
66: "":"2",
67: "c":"3",
68: "d":"4"
69: }
70: {
71: "":"3",
72: "d":"4"
73: }
1.2 moko 74: 6. Exception type: parser.runtime,
1.1 moko 75: Source: rename,
76: Comment: single parameter must have hash representation (parameter #1)
1.2 moko 77: Exception type: parser.runtime,
1.1 moko 78: Source: rename,
79: Comment: from key must be string (parameter #1)
1.2 moko 80: Exception type: parser.runtime,
1.1 moko 81: Source: rename,
82: Comment: to key must be string (parameter #2)
1.2 moko 83: Exception type: parser.runtime,
1.1 moko 84: Source: rename,
1.3 ! moko 85: Comment: from key must be string (parameter #1)
E-mail: