Annotation of parser3/tests/415.html, revision 1.3

1.1       moko        1: @main[]
1.2       moko        2: $list[^file:list[415_dir;.*\.p]]
1.1       moko        3: ^list.sort{$list.name}
                      4: ^list.menu{
                      5:     ${list.name}: ^try-catch{ ^use[415_dir/$list.name] }
                      6: }
                      7: 
                      8: @try-catch[jCode]
                      9: $result[]
                     10: ^try{$jCode}{
                     11:        $exception.handled(true)
1.3     ! moko       12:        $result[^taint[as-is;$exception.comment]]
1.1       moko       13: }

E-mail: