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

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

E-mail: