Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
regress.multitest.out/ | H | - | - | 4,345 | 4,253 | |
Makefile | H A D | 05-Sep-2024 | 1.1 KiB | 50 | 24 | |
README | H A D | 17-Aug-2020 | 391 | 11 | 8 | |
THIRDPARTYLICENSE | H A D | 17-Aug-2020 | 1.6 KiB | 33 | 32 | |
THIRDPARTYLICENSE.descrip | H A D | 17-Aug-2020 | 10 | 2 | 1 | |
multi_test.ksh | H A D | 05-Sep-2024 | 12.7 KiB | 539 | 438 | |
multi_words | H A D | 05-Sep-2024 | 1.6 KiB | 205 | 204 |
README
1The tests in this directory were imported from the sed tests in FreeBSD 2( https://github.com/freebsd/freebsd/tree/master/usr.bin/sed/tests ) 3and adjusted as necessary for the illumos environment. 4 5Changes included: 6 7 * Switched to /bin/ksh 8 * Added more error checking 9 * Create all temporary files in a temporary /tmp directory 10 * Add escapes to echo commands where a backslash was present 11