summaryrefslogtreecommitdiff
path: root/regress/usr.bin/sed
AgeCommit message (Expand)Author
2023-09-18Favor jot while generating characters within the [1, 256) range as awkAnton Lindqvist
2022-01-12Enable commandl1, commandl2, and commandD1.Martijn van Duren
2018-12-07Test that "b" and "t" (branch) commands can be followed by a semicolonIngo Schwarze
2018-07-12fix Test 7.1 after main.c rev. 1.37;Ingo Schwarze
2018-07-09catch up with compile.c rev. 1.48; while here, also add tests forIngo Schwarze
2017-07-06Disable new tests until sed has been adapted.Alexander Bluhm
2017-06-12Add some tests from kshe48@zoho.com. Currently failing, but will be fixed soon.Otto Moerbeek
2016-10-11Add a regression test for the off by one bug reported by pfg.Martijn van Duren
2016-05-30Some tests for \<; will be fixed by martijn@'s upcoming commit to process.cIngo Schwarze
2016-05-03Fix test after changing default column size from 60 to 80.Martijn van Duren
2015-07-20remove expanded rcs idJasper Lievisse Adriaanse
2015-07-17add tests for -iJasper Lievisse Adriaanse
2015-06-23Add regress test for multiple negation characters.Todd C. Miller
2015-05-10A new version from the original author of math.sed that does exponentsTodd C. Miller
2011-09-17Also test input files ending without a newline,Ingo Schwarze
2011-07-24Also run the new tests of "sed -E 's/..." with the input lacking aIngo Schwarze
2011-06-23regression tests for the sed substitute commandIngo Schwarze
2010-07-03the sedtest regress test requires 200-ish file descriptors, so set aPeter Hessler
2010-07-02oops, add a missing newline; noticed by and ok phessler@Christian Weisgerber
2010-07-01Follow POSIX (IEEE Std 1003.1, 2004 Edition) in the implementationChristian Weisgerber
2010-07-01Allow [ to be used as a delimiter.Christian Weisgerber
2009-10-22Apparently these didn't get checked in when I added the tests.Todd C. Miller
2008-10-13cleanupTodd C. Miller
2008-10-13Add sed-based dc(1) clone. This exposes a long-standing bug in BSD sedTodd C. Miller
2008-10-10Adapt sed test suite to regress framework.Todd C. Miller