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

1.1     ! moko        1: @main[]
        !             2: 
        !             3: ^proxy[]
        !             4: 
        !             5: 3.4.4 saved caller bug test: $CALLER.CLASS_NAME;
        !             6: 3.4.4 uncatchable exception "'local' element can not be fetched from wcontext": $CALLER.local;
        !             7: 
        !             8: @proxy[][local]
        !             9: $local[local]
        !            10: $result(true)
        !            11: $result[^print[]]
        !            12: 
        !            13: @print[arg]
        !            14: 
        !            15: 3.4.4 endless recoursion bug test: $caller;
        !            16: 
        !            17: caller local: $caller.local;
        !            18: 
        !            19: caller class name: ^reflection:class_name[$caller] $caller.CLASS_NAME;
        !            20: 
        !            21: caller backup: $CALLER[$caller] $CALLER.CLASS_NAME $CALLER.local;
        !            22: 
        !            23: 3.4.5 has ^$caller.method: $m[^reflection:method_info[$caller.method]] $m.name;

E-mail: