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

1.1     ! moko        1: @main[]
        !             2: 
        !             3: ^try{
        !             4:     ^no-such-method[]
        !             5: }{
        !             6:     ^method[]
        !             7: }
        !             8: 
        !             9: @method[]
        !            10: ^no-such-method2[]
        !            11: 
        !            12: @unhandled_exception[exception;stack]
        !            13: Unhandled Exception: $exception.type
        !            14: Source: $exception.source
        !            15: Comment: $exception.comment
        !            16: ^if(def $exception.file){File: ^exception.file.match[.*/][]{}^(${exception.lineno}:$exception.colno^)}
        !            17: ^if($stack){^stack.menu{       $stack.name     ^stack.file.match[.*/][]{}^(${stack.lineno}:$stack.colno^)
        !            18: }}
        !            19: 

E-mail: