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