Annotation of parser3/tests/results/384.processed, revision 1.2
1.1 moko 1: Content-Type: text/html
1.2 ! moko 2: Content-Length: 1846
1.1 moko 3:
4: a before: fields: {
5: "field":"a",
6: "field_a":"a specific"
7: }
8: method auto:
9: method create:
10: method method: a
11: method method_a: a specific
12: method mixin:
13: b before: fields: {
14: "field":"b",
15: "field_b":"b specific"
16: }
17: method auto:
18: method method: b
19: method method_b: b specific
20: method GET_b:
21: method SET_b:
22: 1. fields: {
23: "field":"a",
24: "field_a":"a specific"
25: }
26: method auto:
27: method create:
28: method method: a
29: method method_a: a specific
30: method mixin:
31: method method_b: b specific
1.2 ! moko 32: 2. fields: {
! 33: "field":"a",
! 34: "field_a":"a specific"
! 35: }
! 36: method auto:
! 37: method create:
! 38: method method: a
! 39: method method_a: a specific
! 40: method mixin:
! 41: method method_b: b specific
1.1 moko 42: method GET_b:
43: method SET_b:
1.2 ! moko 44: 3. fields: {
1.1 moko 45: "field":"a",
46: "field_a":"a specific",
47: "field_b":"b specific"
48: }
49: method auto:
50: method create:
51: method method: a
52: method method_a: a specific
53: method mixin:
54: method method_b: b specific
55: method GET_b:
56: method SET_b:
1.2 ! moko 57: 4. fields: {
! 58: "field":"b",
! 59: "field_a":"a specific",
! 60: "field_b":"b specific"
! 61: }
! 62: method auto:
! 63: method create:
! 64: method method: a
! 65: method method_a: a specific
! 66: method mixin:
! 67: method method_b: b specific
! 68: method GET_b:
! 69: method SET_b:
! 70: 5. fields: {
1.1 moko 71: "field":"b",
72: "field_a":"a specific",
73: "field_b":"b specific"
74: }
75: method auto:
76: method create:
77: method method: a
78: method method_a: a specific
79: method mixin:
80: method method_b: b specific
81: method GET_b:
82: method SET_b:
83: property copied: b property "check"
1.2 ! moko 84: 6. fields: {
1.1 moko 85: "field":"b",
86: "field_a":"a specific",
87: "field_b":"b specific",
88: "property":"check"
89: }
90: method auto:
91: method create:
92: method method: b
93: method method_a: a specific
94: method mixin:
95: method method_b: b specific
96: method GET_b:
97: method SET_b:
98: inheritance check: fields: {
99: "field":"b",
100: "field_a":"a specific",
101: "field_b":"b specific",
102: "property":"check"
103: }
104: method create:
105: method method: b
106: method method_a: a specific
107: method mixin:
108: method method_c: c specific
109: method method_b: b specific
110: method GET_b:
111: method SET_b:
E-mail: