summaryrefslogtreecommitdiff
path: root/tests/usr.bin/sed
AgeCommit message (Collapse)Author
2023-05-06t_sed.sh: add a test case for relative addressinggutteridge
At one time, this didn't always work correctly, per PR bin/49109. Test case from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192108
2023-05-06t_sed.sh: fix grammar, spelling, and formatting issues (NFC)gutteridge
2021-11-07fix various typos, mainly s/prefered/preferred/andvar
2021-02-23Will be fixed with regex updatechristos
2019-10-05Add tests for escape sequences.christos
2016-04-05Add test for PR/49872christos
2013-03-14Prevent the sed command in c2048 from getting stuck.jmmv
Provide some unused input to the sed command in the c2048 test to prevent the test from getting stuck waiting for input from stdin that will never arrive. I don't know why I'm hitting this now (might be a difference between atf-run and kyua), but this is a bug in the test.
2012-03-27Fix typo.jruoho
2012-03-27Append a case for (fixed) PR bin/25899. From Min Sik Kim.jruoho
2012-03-19Add a case also for (fixed) PR bin/42261.jruoho
2012-03-18Add some tests for selection of line ranges, based on a case that camedholland
across the POSIX list a few days ago and some related phenomena.
2012-03-18Add a test case for PR bin/28126. Does not fail with GNU sed.jruoho