Hello Erich, I now have a testGroup for SysTempFileName, I could do 9 tests, 54 assertions that I could think ok. Tested on macOS, Win 10 and some 6 different Linux dialects.
However while modifying the text for this section in rexxref it just occurred to me that I had not tested with MORE than five filter chars, so I did this test: rexx -e 'say SysTempFileName("MYEXEC?????.txt")' /Users/po/Downloads/MYEXEC74279.txt rexx -e 'say SysTempFileName("MYEXEC??????.txt")' /Users/po/Downloads/MYEXEC185889.txt rexx -e 'say SysTempFileName("MYEXEC???????.txt")' /Users/po/Downloads/MYEXEC4515095.txt rexx -e 'say SysTempFileName("MYEXEC????????.txt")' /Users/po/Downloads/MYEXEC35976017.txt rexx -e 'say SysTempFileName("MYEXEC?????????.txt")' /Users/po/Downloads/MYEXEC586659121.txt rexx -e 'say SysTempFileName("MYEXEC??????????.txt")' (the empty string) Is it correct that you can now use up to nine filter characters on all platforms, and that you receive the empty string if you use more? It used to be five according to the docs. How do you want the test group, should I send it by mail ? Hälsningar/Regards/Grüsse, P.O. Jonsson oor...@jonases.se > Am 23.03.2020 um 08:13 schrieb Erich Steinböck <erich.steinbo...@gmail.com>: > > Hi P.O., > yes, SysTempFileName is expected to now work identically on all platforms. > Providing a test case would be great > _______________________________________________ > Oorexx-devel mailing list > Oorexx-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/oorexx-devel
_______________________________________________ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel