Annotation of parser3/tests/results/427.processed, revision 1.2
1.1 moko 1: Content-Type: text/html
1.2 ! moko 2: Content-Length: 430
1.1 moko 3:
4: Constructors as methods:
5: 1. table cleared: []
6: 2. hash kept: {
7: "1":"1",
8: "2":"2"
9: }
10: or added : {
11: "1":"1",
12: "2":"2",
13: "3":"3"
14: }
15: or ignored {
16: "1":"1",
17: "2":"2",
18: "3":"3"
19: }
20: 3. array kept: [
21: "1",
22: "2"
23: ]
24: or added: [
25: "1",
26: "2",
27: "3"
28: ]
1.2 ! moko 29: or ignored [
! 30: "1",
! 31: "2",
! 32: "3"
! 33: ]
1.1 moko 34: 4. array kept: [
35: "1",
36: "2",
37: "3"
38: ]
39: or added: [
40: "1",
41: "2",
42: "3",
43: "4"
44: ]
45: or nested: Exception type: parser.runtime,
46: Source: string,
47: Comment: call canceled - endless json recursion detected
E-mail: