aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/usr.bin/sed
Commit message (Expand)AuthorAgeFilesLines
* Migrate most of tools/regression/usr.bin/ to the new tests layout.Julio Merino2014-03-16158-5572/+0
* Fix sed tests so that they run cleanly with prove.Julio Merino2014-03-091-1/+1
* Add regression test for recently added 'i' flag in r259132.Eitan Adler2013-12-092-0/+5
* Spelling fixes for tools/Ulrich Spörlein2011-12-301-1/+1
* sed: Add test for r217133 (-i race).Jilles Tjoelker2011-01-082-0/+84
* There are actually 129 tests here.David E. O'Brien2010-01-041-1/+1
* IEEE Std 1003.1, 2004 Edition states:Diomidis Spinellis2009-09-203-0/+6
* Follow POSIX (IEEE Std 1003.1, 2004 Edition) in the implementationDiomidis Spinellis2009-09-202-0/+5
* Add correct test results.Diomidis Spinellis2009-09-203-0/+42
* Describe how other systems treat this case.Diomidis Spinellis2009-09-201-1/+5
* Allow [ to be used as a delimiter.Diomidis Spinellis2009-09-201-0/+9
* The transition to Subversion allows us to rename files withoutDiomidis Spinellis2009-09-20124-9/+7
* Regression test the 'addr1,+N' feature added in r192732Brian Somers2009-05-253-0/+10
* Add a test for the "or more" part of the following POSIX specification.Diomidis Spinellis2008-11-112-1/+3
* Make the reported number of tests match their actual number.Diomidis Spinellis2007-12-161-1/+1
* cd to the correct directory so that the tests can be run from prove(1)Diomidis Spinellis2007-12-161-0/+1
* Add a test case for sed(1) regression - we should not ignore caseXin LI2007-07-062-0/+5
* Add case-insensitive matching to sed, using the 'I' flag, similarly to GNU sed.Suleiman Souhlal2007-07-043-0/+10
* Don't forget to clear out the hold space for each subsequent fileYaroslav Tykhiy2007-06-121-1/+2
* Change the semantics of -i (in-place editing) so that it treatsYaroslav Tykhiy2007-04-211-1/+35
* Logically separate the complex `hanoi' and `math' tests from basic tests.Yaroslav Tykhiy2007-04-021-2/+3
* Don't forget to close the range if we branched over its endYaroslav Tykhiy2007-04-022-1/+6
* Today SUN and GNU seds fully agree on test 5.3 and behaveYaroslav Tykhiy2007-04-022-13/+1
* This trivial change should fix at least 3 similar bugs. All ofYaroslav Tykhiy2007-04-015-1/+27
* Rename sed.test to multitest.t to comply with the naming scheme ofDiomidis Spinellis2007-03-142-473/+1
* Reinstate error-testing regression tests.Diomidis Spinellis2007-03-1433-78/+107
* Integrate the tests I wrote in 1992 with our current regressionDiomidis Spinellis2007-03-143-130/+111
* Reference results for sed.test (to be renamed into multitest.t).Diomidis Spinellis2007-03-1490-0/+4210
* - Uncomment tests that were commented outDiomidis Spinellis2007-03-142-172/+84
* - It looks like BSD and GNU sed can nowadays pass two more tests.Diomidis Spinellis2007-03-142-14/+8
* Use another non-printing test; address 0 now has a special meaning in GNU sed.Diomidis Spinellis2007-03-142-4/+4
* Update tests to reflect the state of the art of sed in HEAD andDiomidis Spinellis2007-03-142-90/+38
* Add sed math regression test.Diomidis Spinellis2007-03-142-1/+3
* Add Towers of Hanoi regression test.Diomidis Spinellis2007-03-142-1/+19
* Add missing newline to correct failure of the regression test.Diomidis Spinellis2007-03-141-1/+1
* Switch over to a different, more flexible test output protocol that'sNik Clayton2004-11-112-0/+8
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derivedDiomidis Spinellis2004-08-092-8/+0
* A new version that does exponents and lots of other neat things. UpdateSean Kelly2004-05-011-59/+335
* Test 8.16 in sed.test tests the ability of a sed to handle an emptyDiomidis Spinellis2003-07-222-22/+38
* Add tests for the behaviour of substitution when the regex can matchTony Finch2003-06-045-0/+8
* Update another mention of <CR><CR> I missed the first time around (rev 1.2)Tim J. Robbins2002-07-041-1/+1
* Note that two carriage returns aren't required after entering theTim J. Robbins2002-07-031-2/+3
* The wrong y/// output got spammed into this file; from green@ indirectly.Juli Mallett2002-06-271-1/+1
* Correct the psl regression test for sed(1)'s now-fixed newlineBrian Feldman2002-06-273-0/+8
* Erk, I forgot that regress.in has an ending newline, so change the test forJuli Mallett2002-06-262-5/+2
* Add a regression test for transliterate which happens to match charactersJuli Mallett2002-06-252-0/+5
* Convert straightforward regression tests to use regress.m4.Juli Mallett2002-06-242-30/+6
* Prefix tests with PASS and FAIL, to make grepping easier, and note this inJuli Mallett2002-04-271-2/+2
* For the P function, the newline must be considered a part of the patternJuli Mallett2002-04-212-1/+12
* Add sed(1) tests for proper behaviour of the G option as fixed in PR 26152,Juli Mallett2002-04-215-0/+47