Annotation of parser3/tests/results/253.processed, revision 1.2
1.1 moko 1: Content-Type: text/html
1.2 ! moko 2: Content-Length: 662
1.1 moko 3:
1.2 ! moko 4: object
! 5: duplicate key
1.1 moko 6: object = {
7: type = string class1
8: value = string sample1
9: }
10: array = {
11: 0 = {
12: id = int 1
13: label = string test1
14: }
15: 1 = {
16: id = int 2
17: label = string test2
18: }
19: 2 = bool false 3 = bool true 4 = int 2
1.2 ! moko 20: 5 = double 2
1.1 moko 21: 6 = void }
1.2 ! moko 22: object = {
1.1 moko 23: type = string class2
24: value = string sample2
25: }
1.2 ! moko 26: array = {
! 27: 0 = {
! 28: id = int 1
! 29: label = string test1
! 30: }
! 31: 1 = {
! 32: id = int 2
! 33: label = string test2
! 34: }
! 35: 2 = bool false 3 = bool true 4 = int 2
! 36: 5 = string 2.0
! 37: 6 = void }
1.1 moko 38: object = class1 value "sample1"
39: array = {
40: 0 = {
41: id = int 1
42: label = string test1
43: }
44: 1 = {
45: id = int 2
46: label = string test2
47: }
48: 2 = bool false 3 = bool true 4 = int 2
49: 5 = double 2
50: 6 = void }
1.2 ! moko 51: object_2 = class2 value "sample2"
E-mail: