Annotation of parser3/tests/results/330.processed, revision 1.3

1.1       moko        1: Content-Type: text/html
1.3     ! moko        2: Content-Length: 593
1.1       moko        3: 
                      4: 1. break in try with catch and finally
                      5: finally!
                      6: call number 1
                      7: call number 2
1.3     ! moko        8: break moment: ""
1.1       moko        9: 2. break in try with finally
                     10: finally!
                     11: call number 1
                     12: call number 2
                     13: 3. break in try with finally and inactive catch
                     14: finally!
                     15: call number 1
                     16: call number 2
                     17: 4. break in catch with finally
                     18: catch!
                     19: finally!
                     20: call number 1
                     21: call number 2
                     22: 5. continue in catch with break in finally
                     23: catch!
                     24: finally!
                     25: call number 1
                     26: call number 2
                     27: 6. break in nested try with finally inside
                     28: finally!
                     29: call number 1
1.2       moko       30: call number 2
                     31: 7. just try exception source check
                     32: Type: parser.runtime,
                     33: Source: no-such-method,
                     34: Comment: undefined method

E-mail: