File:  [parser3project] / parser3 / tests / 442.html
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Fri Dec 6 23:21:57 2024 UTC (17 months, 3 weeks ago) by moko
Branches: MAIN
CVS tags: release_3_5_1, release_3_5_0, HEAD
tests for params.as_file_name(N) with empty file name added (related to feature #1121)

1. ^try-catch{ ^use[$empty] }

2. $f[^file::create[test]]
   ^try-catch{ ^f.save[text;;] }

3. ^try-catch{ ^file:delete[$empty] }

4. ^try-catch{ ^file::load[text;;] }

5. ^try-catch{ ^json:string[^file::stat[$empty]] }

6. ^try-catch{ ^json:string[^file::exec[;]] }

7. ^try-catch{ ^file:lock[]{code} }

8. ^try-catch{ ^file:base64[;] }

9. ^try-catch{ ^file:crc32[$empty] }

10. ^try-catch{ ^file:md5[$empty] }

11. ^try-catch{ $gm[^hashfile::open[$empty]] $gm.key[value] }

12. ^try-catch{ $i[^image::load[$empty]] }

13. ^try-catch{ $i[^image::font[abc;]] }

14. ^try-catch{ $s[ ] ^s.save[$empty] }

14. ^try-catch{ ^table::load[nameless;] }

15. ^try-catch{ ^table::load[;] }

E-mail: