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

1.1     ! moko        1: 1. ^try-catch{ ^use[$empty] }
        !             2: 
        !             3: 2. $f[^file::create[test]]
        !             4:    ^try-catch{ ^f.save[text;;] }
        !             5: 
        !             6: 3. ^try-catch{ ^file:delete[$empty] }
        !             7: 
        !             8: 4. ^try-catch{ ^file::load[text;;] }
        !             9: 
        !            10: 5. ^try-catch{ ^json:string[^file::stat[$empty]] }
        !            11: 
        !            12: 6. ^try-catch{ ^json:string[^file::exec[;]] }
        !            13: 
        !            14: 7. ^try-catch{ ^file:lock[]{code} }
        !            15: 
        !            16: 8. ^try-catch{ ^file:base64[;] }
        !            17: 
        !            18: 9. ^try-catch{ ^file:crc32[$empty] }
        !            19: 
        !            20: 10. ^try-catch{ ^file:md5[$empty] }
        !            21: 
        !            22: 11. ^try-catch{ $gm[^hashfile::open[$empty]] $gm.key[value] }
        !            23: 
        !            24: 12. ^try-catch{ $i[^image::load[$empty]] }
        !            25: 
        !            26: 13. ^try-catch{ $i[^image::font[abc;]] }
        !            27: 
        !            28: 14. ^try-catch{ $s[ ] ^s.save[$empty] }
        !            29: 
        !            30: 14. ^try-catch{ ^table::load[nameless;] }
        !            31: 
        !            32: 15. ^try-catch{ ^table::load[;] }

E-mail: