summaryrefslogtreecommitdiff
path: root/usr.bin/sed/tests
AgeCommit message (Expand)Author
2024-12-23sed tests: Add a regression test for the c functionMark Johnston
2024-12-23sed: Fix handling of an empty pattern spaceMohamed Akram
2024-11-06sed: fix commandline-given expression when -e is not usedMartin Cracauer
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2020-07-30sed: fix hex_subst test after after r363679Kyle Evans
2020-07-26sed: treat '[' as ordinary character in 'y' commandYuri Pankov
2020-07-13sed/multi_test: print comment for current test, not next oneYuri Pankov
2020-06-11Remove some more duplicate test cases I accidentally committedMateusz Piotrowski
2020-06-11Remove duplicate lines from sed testsMateusz Piotrowski
2020-06-10Read commands from stdin when -f - is passed to sed(1)Mateusz Piotrowski
2020-06-07sed: attempt to learn about hex escapes (e.g. \x27)Kyle Evans
2019-12-10sed: process \r, \n, and \tKyle Evans
2018-10-31usr.bin/sed/tests: fix one of the regression test cases by adding itsYuri Pankov
2018-08-29sed: Fix -i option behavior with 'q' command.Mark Johnston
2017-02-28Renumber copyright clause 4Warner Losh
2017-02-07Don't expect :inplace_symlink_src to fail anymore (post-r313277)Enji Cooper
2017-01-20Add testcases for -i with hardlinks and symlinksEnji Cooper
2017-01-20Integrate contrib/netbsd-tests/usr.bin/sed/t_sed.sh into the FreeBSD testEnji Cooper
2016-07-27Testcase 7.8 no longer needs to be marked TODOEnji Cooper
2016-05-04Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper
2016-03-10MFHGlen Barber
2016-03-09DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery
2016-02-02First pass to fix the 'tests' packages.Glen Barber
2015-10-12Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper
2015-01-10Add a regression test for PR 192108.Jeremie Le Hen
2014-08-08sed(1): Don't force a newline on last line, if input stream doesn't have oneJean-Sébastien Pédron
2014-03-19Mark multi_test as requiring /usr/share/dict/words.Julio Merino
2014-03-16Migrate most of tools/regression/usr.bin/ to the new tests layout.Julio Merino