Annotation of parser3/tests/130.html, revision 1.1.2.1

1.1.2.1 ! paf         1: @main[]
        !             2: ^try{  
        !             3:        ^mustfail[]
        !             4: }{
        !             5:        ^if($exception.type eq ''){
        !             6:                failed, that's OK
        !             7:                $exception.handled(1)
        !             8:        }
        !             9: }
        !            10: 
        !            11: @mustfail[]
        !            12: $s[abc]
        !            13: ^if(^s.match[][i]){y}{n}
        !            14: 

E-mail: