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

1.1.2.1 ! paf         1: @main[]
        !             2: ^try{  
        !             3:        ^mustfail[]
        !             4: }{
        !             5:        ^if($exception.type eq parser.runtime){
        !             6:                failed, that's OK
        !             7:                $exception.handled(1)
        !             8:        }
        !             9: }
        !            10: 
        !            11: @mustfail[]
        !            12: $hash[
        !            13:        $.a[1]
        !            14:        $.b[2]
        !            15: ]
        !            16: ^hash.foreach[key;value]{
        !            17:        $hash.c[1]
        !            18: #      $hash.a[1]
        !            19: }      
        !            20: 

E-mail: