Annotation of parser3/tests/results/336.processed, revision 1.1

1.1     ! moko        1: Content-Type: text/html
        !             2: Content-Length: 1244
        !             3: 
        !             4: Testing old implementation bugs:
        !             5: ok: self: A, dynamical
        !             6: ok: self: A, dynamical
        !             7: bug1: self: A, dynamical
        !             8: bug2: self: A, dynamical
        !             9: bug3: self: B, dynamical
        !            10: Testing new implementation:
        !            11: Dynamic properties:
        !            12: Get B property: 'anotherValue', self B, dynamical
        !            13: Set B property: '-', self B, dynamical
        !            14: Get B property: '', self B, static
        !            15: Set B property: 'ups', self B, static
        !            16: Get A property: 'value', self B, dynamical
        !            17: Set A property: '-', self B, dynamical
        !            18: Get A property: '-', self B, dynamical
        !            19: Set A property: '-', self B, dynamical
        !            20: Static class properties:
        !            21: Get B property: 'ups', self B, static
        !            22: Set B property: '-', self B, static
        !            23: Get B property: '-', self B, static
        !            24: Set B property: 'ups', self B, static
        !            25: Get A property: '', self B, static
        !            26: Set A property: '-', self B, static
        !            27: Get A property: '-', self B, static
        !            28: Set A property: '-', self B, static
        !            29: Misc:
        !            30: B:CLASS: class: B
        !            31: content: {
        !            32:        "valueB":"ups",
        !            33:        "valueA":"-"
        !            34: } - before
        !            35: B::create: class: B
        !            36: content: {
        !            37:        "valueC":"dynamic"
        !            38: } - no valueA and valueB as they are now class B properties
        !            39: B:CLASS: class: B
        !            40: content: {
        !            41:        "valueB":"anotherValue",
        !            42:        "valueA":"value"
        !            43: } - after
        !            44: testing constructor:
        !            45: A::create: class: A
        !            46: content: {
        !            47:        "valueA":"value"
        !            48: }
        !            49: A:CLASS: class: A
        !            50: content: {}
        !            51: A:CLASS_NAME: A
        !            52: B:CLASS_NAME: B

E-mail: