Annotation of parser3/tests/316.html, revision 1.1

1.1     ! moko        1: $sDir[outputs/316]
        !             2: 
        !             3: ^cache[$sDir/test](0){
        !             4:        test0 ^throw[;test0]
        !             5: }{
        !             6:        handled0 $exception.handled(1)
        !             7: }
        !             8: 
        !             9: ^try-catch{^cache[$sDir/test](0){
        !            10:        test1 ^throw[;test1]
        !            11: }{
        !            12:        handled1 $exception.handled[$bool.CLASS]
        !            13: }}
        !            14: 
        !            15: ^cache[$sDir/test](1){
        !            16:        test
        !            17: }
        !            18: 
        !            19: ^sleep(1.1)
        !            20: 
        !            21: ^try-catch{^cache[$sDir/test](1){
        !            22:        test2 ^throw[;test2]
        !            23: }{
        !            24:        handled2 $exception.handled[error]
        !            25: }}

E-mail: