Annotation of parser3/tests/results/389.processed, revision 1.8
1.1 moko 1: Content-Type: text/html
1.8 ! moko 2: Content-Length: 3326
1.1 moko 3:
4: code coverage tests:
5: 1. int
6: 1.1 1
7: 1.2 0
8: 1.3 1
9: 1.4 2
10: 2. double
11: 2.1 1.1
12: 3. bool
13: 3.1 1
1.2 moko 14: 3.2 true
15: 4. inet
16: 4.1 Type: parser.runtime,
17: Source: aton,
18: Comment: Invalid IP address '1.1.1.300' specified.
19: 4.2 Type: parser.runtime,
20: Source: aton,
21: Comment: Invalid IP address 'a.b.c.d' specified.
22: 4.5 Type: parser.runtime,
23: Source: ip2name,
24: Comment: IP address must not be empty.
25: 4.6 Type: parser.runtime,
26: Source: ip2name,
27: Comment: called with invalid option
28: 4.7 Type: parser.runtime,
29: Source: invalid,
30: Comment: ipv option value must be 4 or 6 or any
31: 4.8 Type: parser.runtime,
32: Source: ip2name,
33: Comment: Invalid IP address '1.1.1.300' specified
34: 4.9 Type: parser.runtime,
35: Source: ip2name,
1.8 ! moko 36: Comment: Invalid IP address '1.1.1.1'
1.2 moko 37: 4.11 Type: parser.runtime,
38: Source: name2ip,
39: Comment: Domain name must not be empty.
40: 4.12 Type: parser.runtime,
41: Source: name2ip,
42: Comment: called with invalid option
43: 4.13 Type: parser.runtime,
44: Source: name2ip,
1.8 ! moko 45: Comment: Can't resolve domain name 'no-such-domain.xn--80acdhdbb7b5bu.xn--p1ai'
1.7 moko 46: 4.14 ::1 5. math
1.2 moko 47: 5.1 0
48: 5.2 Type: parser.runtime,
49: Source: random,
50: Comment: top(10000000000) must be [1..2147483647]
51: 5.4 Type: parser.runtime,
52: Source: shaX,
53: Comment: must be 'md5' or 'sha1' or 'sha256' or 'sha512'
54: 5.5 Type: parser.runtime,
55: Source: unknown,
56: Comment: must be 'hex' or 'base64'
57: 5.6 Type: parser.runtime,
58: Source: digest,
59: Comment: called with invalid option
60: 5.10 Type: parser.runtime,
61: Source: convert,
1.5 moko 62: Comment: base 'from' must be an integer from 2 to 16 or 256
1.2 moko 63: 5.11 Type: parser.runtime,
64: Source: convert,
1.5 moko 65: Comment: base 'to' must be an integer from 2 to 16 or 256
1.2 moko 66: 5.12 5.13 255
67: 6. string
68: 6.1 Type: parser.runtime,
69: Source: int,
70: Comment: unable to convert empty string without default specified
71: 6.2 Type: parser.runtime,
72: Source: double,
73: Comment: unable to convert empty string without default specified
74: 6.3 Type: parser.runtime,
75: Source: bool,
76: Comment: unable to convert empty string without default specified
77: 6.4 Type: parser.runtime,
78: Source: bool,
79: Comment: default must be bool (parameter #1)
80: 6.5 Type: number.format,
81: Source: bug,
82: Comment: invalid number (int)
83: 6.6 true
84: 6.7 Type: parser.runtime,
85: Source: pos,
86: Comment: n(-1) must be >=0
87: 6.8 [
88: {"piece":"c"},
89: {"piece":"b"},
90: {"piece":"a"}
91: ]
92: 6.9 [
93: {"0":"b,c","1":"a"}
94: ]
95: 6.10 Type: parser.runtime,
96: Source: hv,
97: Comment: conflicting split options
98: 6.11 Type: parser.runtime,
99: Source: base64,
100: Comment: called with invalid option
101: 6.12 Type: parser.runtime,
102: Source: unescape,
103: Comment: called with invalid option
104: 6.13 Type: parser.runtime,
105: Source: no-such-mode,
106: Comment: is invalid mode, must be either 'js' or 'uri'
107: 6.14 any thing 6.15 Type: parser.runtime,
108: Source: no-such-mode,
109: Comment: unknown mode, must be 'append'
1.3 moko 110: 7. file
111: 7.1 Type: parser.runtime,
112: Source: base64,
113: Comment: constructor can not have less then 3 parameters (has 2 parameters)
114: 7.2 Type: parser.runtime,
115: Source: base64,
116: Comment: mode must not be code (parameter #1)
117: 7.3 Type: parser.runtime,
118: Source: base64,
119: Comment: called with invalid option
120: 7.4 Type: base64.format,
121: Source: base64,
122: Comment: Unexpected end of chars
123: 7.5 {
124: "class":"file",
125: "name":"fname.text",
1.6 moko 126: "size":4,
1.3 moko 127: "mode":"text",
128: "content-type":"strange"
129: }
130: 7.10 /fname.txt
131: 7.11 /tests/fname.txt
132: 7.15 Type: parser.runtime,
133: Source: list,
134: Comment: called with invalid option
135: 7.15 Type: parser.runtime,
136: Source: list,
137: Comment: filter must be regex or string
E-mail: