Annotation of parser3/tests/227.html, revision 1.3

1.1       misha       1: @main[]
                      2: $a[^child::create[]]
                      3: 
                      4: =^child:test[]=^a.test[]=
                      5: =^child:test2[]=^a.test2[]=
                      6: 
1.3     ! moko        7: auto call count (issue #75): $a.cnt
        !             8: 
1.1       misha       9: @CLASS
                     10: parent
                     11: 
                     12: @create[]
                     13: 
                     14: @test[]
                     15: $no_such_field
                     16: 
                     17: @test2[]
                     18: $a
                     19: 
                     20: @GET_a[]
                     21: parent_a
                     22: 
                     23: @GET_DEFAULT[]
                     24: 403
                     25: 
1.3     ! moko       26: @auto[]
        !            27: $cnt[$cnt call]
1.1       misha      28: 
                     29: @CLASS
                     30: child
                     31: 
                     32: @BASE
                     33: parent
                     34: 
                     35: @create[]
                     36: ^BASE:create[]
                     37: 
                     38: @GET_a[]
                     39: child_a
                     40: 
                     41: @GET_DEFAULT[]
                     42: 404

E-mail: