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

1.1     ! misha       1: @main[]
        !             2: $a[^child::create[]]
        !             3: 
        !             4: =^child:test[]=^a.test[]=
        !             5: =^child:test2[]=^a.test2[]=
        !             6: 
        !             7: 
        !             8: 
        !             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: 
        !            26: 
        !            27: @CLASS
        !            28: child
        !            29: 
        !            30: @BASE
        !            31: parent
        !            32: 
        !            33: @create[]
        !            34: ^BASE:create[]
        !            35: 
        !            36: @GET_a[]
        !            37: child_a
        !            38: 
        !            39: @GET_DEFAULT[]
        !            40: 404

E-mail: