Annotation of parser3/tests/393.html, revision 1.1

1.1     ! moko        1: @main[]
        !             2: 
        !             3: $o[^test::create[]]
        !             4: 
        !             5: base field replaced with property: $o.field
        !             6: self field replaced with property: $o.child_field
        !             7: 
        !             8: base untached: $base:field
        !             9: just in case: $child:child_field
        !            10: 
        !            11: 
        !            12: @CLASS
        !            13: base
        !            14: 
        !            15: @auto[]
        !            16: $field[base field]
        !            17: 
        !            18: @create[]
        !            19: 
        !            20: @CLASS
        !            21: child
        !            22: 
        !            23: @BASE
        !            24: base
        !            25: 
        !            26: @auto[]
        !            27: 
        !            28: $child_field[child field]
        !            29: 
        !            30: ^process{@GET_field[]
        !            31: property}
        !            32: 
        !            33: ^process{@GET_child_field[]
        !            34: child property
        !            35: }
        !            36: 
        !            37: @CLASS
        !            38: test
        !            39: 
        !            40: @BASE
        !            41: child
        !            42: 
        !            43: @auto[]

E-mail: