Annotation of parser3/tests/042.html, revision 1.2

1.2     ! paf         1: ^try{
        !             2:        ^throw[test;this is the cause of error;comment value]
        !             3: }{
        !             4:        ^if($exception.type eq test){
        !             5:                $exception.handled(1)
        !             6: 
        !             7:                type=$exception.type<br>
        !             8:                source=$exception.source<br>
        !             9: #              file=$exception.file<br>
        !            10:                lineno=$exception.lineno<br>
        !            11:                comment=$exception.comment<br>
        !            12:        }
        !            13: }

E-mail: