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

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

E-mail: