Annotation of parser3/tests/results/311.processed, revision 1.4

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

E-mail: