Annotation of parser3/tests/results/311.processed, revision 1.2
1.1 moko 1: Content-Type: text/html
1.2 ! moko 2: Content-Length: 4308
1.1 moko 3:
4:
5:
6:
7: Type: json.parse,
8: Source: parse,
9: Comment: unexpected character at line 2
10: "A JSON payload should be an object or array, not a string..
11: ^
12:
13:
14: Type: json.parse,
15: Source: parse,
16: Comment: unexpected end of json data at line 1
17: ["Unclosed array"
18: ^
19:
20:
21: Type: json.parse,
22: Source: parse,
23: Comment: unexpected end of json data at line 2
24:
25: ^
26:
27:
28: Type: json.parse,
29: Source: parse,
30: Comment: unexpected character at line 1
31: {unquoted_key: "keys must be quoted"}
32: ^
33:
34:
35: Type: json.parse,
36: Source: parse,
37: Comment: unexpected character at line 1
38: ["extra comma" , ]
39: ^
40:
41:
42: Type: json.parse,
43: Source: parse,
44: Comment: unexpected character at line 1
45: ["double extra comma",,]
46: ^
47:
48:
49: Type: json.parse,
50: Source: parse,
51: Comment: unexpected character at line 1
52: [ , "<-- missing value"]
53: ^
54:
55:
56: Type: json.parse,
57: Source: parse,
58: Comment: error comma out of structure at line 1
59: ["Comma after the close"],
60: ^
61:
62:
63: Type: json.parse,
64: Source: parse,
65: Comment: stack empty at line 1
66: ["Extra close"]]
67: ^
68:
69:
70: Type: json.parse,
71: Source: parse,
72: Comment: unexpected character at line 2
73: {"Extra comma": true,}]
74: ^
75:
76:
77: Type: json.parse,
78: Source: parse,
79: Comment: unexpected character at line 1
80: tra value after close": true} "misplaced quoted value"
81: ^
82:
83:
84: Type: json.parse,
85: Source: parse,
86: Comment: unexpected character at line 1
87: {"Illegal expression": 1 + 2}
88: ^
89:
90:
91: Type: json.parse,
92: Source: parse,
93: Comment: unexpected character at line 1
94: {"Illegal invocation": alert()}
95: ^
96:
97:
98: Type: json.parse,
99: Source: parse,
100: Comment: unexpected character at line 1
101: cannot have leading zeroes": 013}
102: ^
103:
104:
105: Type: json.parse,
106: Source: parse,
107: Comment: unexpected character at line 1
108: {"Numbers cannot be hex": 0x14}
109: ^
110:
111:
112: Type: json.parse,
113: Source: parse,
114: Comment: unexpected character at line 1
115: ["Illegal backslash escape: \x15"]
116: ^
117:
118:
119: Type: json.parse,
120: Source: parse,
121: Comment: unexpected character at line 1
122: [\naked]
123: ^
124:
125:
126: Type: json.parse,
127: Source: parse,
128: Comment: unexpected character at line 1
129: ["Illegal backslash escape: \017"]
130: ^
131:
132:
133: Type: json.parse,
134: Source: parse,
135: Comment: stack empty at line 3
136: [["Too deep"]]]]]]]]]]]]]]]]]]]]
137: ^
138:
139:
140: Type: json.parse,
141: Source: parse,
142: Comment: unexpected character at line 1
143: {"Missing colon" null}
144: ^
145:
146:
147: Type: json.parse,
148: Source: parse,
149: Comment: unexpected character at line 1
150: {"Double colon":: null}
151: ^
152:
153:
154: Type: json.parse,
155: Source: parse,
156: Comment: unexpected character at line 1
157: {"Comma instead of colon", null}
158: ^
159:
160:
161: Type: json.parse,
162: Source: parse,
163: Comment: unexpected character at line 1
164: ["Colon instead of comma": false]
165: ^
166:
167:
168: Type: json.parse,
169: Source: parse,
170: Comment: unexpected character at line 1
171: ["Bad value", truth]
172: ^
173:
174:
175: Type: json.parse,
176: Source: parse,
177: Comment: unexpected character at line 1
1.2 ! moko 178: ?линные буквы", truth]
! 179: ^
! 180:
! 181:
! 182: Type: json.parse,
! 183: Source: parse,
! 184: Comment: unexpected character at line 1
1.1 moko 185: ['single quote']
186: ^
187:
188:
189: Type: json.parse,
190: Source: parse,
191: Comment: unexpected character at line 1
192: [" tab character in very-very-very long string "]
193: ^
194:
195:
196: Type: json.parse,
197: Source: parse,
198: Comment: unexpected character at line 1
199: ["tab\ character\ in\ string\ "]
200: ^
201:
202:
203: Type: json.parse,
204: Source: parse,
205: Comment: unexpected character at line 1
206: ["line break"]
207: ^
208:
209:
210: Type: json.parse,
211: Source: parse,
212: Comment: unexpected character at line 1
213: ["line\ break"]
214: ^
215:
216:
217: Type: json.parse,
218: Source: parse,
219: Comment: unexpected character at line 1
220: [0e]
221: ^
222:
223:
224: Type: json.parse,
225: Source: parse,
226: Comment: unexpected character at line 1
227: [0e+]
228: ^
229:
230:
231: Type: json.parse,
232: Source: parse,
233: Comment: unexpected character at line 1
234: [0e+-1]
235: ^
236:
237:
238: Type: json.parse,
239: Source: parse,
240: Comment: unexpected end of json data at line 1
241: stead if closing brace": true,
242: ^
243:
244:
245: Type: json.parse,
246: Source: parse,
247: Comment: pop unexpected mode at line 1
248: ["mismatch"}
249: ^
250:
E-mail: