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