aboutsummaryrefslogtreecommitdiff
path: root/tests/sed.test
AgeCommit message (Expand)Author
2015-10-29Fix sed bug reported by Isabella Parakiss, where sed -e "/x/c\" -e "y" addedRob Landley
2015-05-12Set the executable bits on all the *.test files. (Wasn't consistent, is now.)Rob Landley
2015-03-28Fix sed bug David Halls hit trying to compile libiconv.Rob Landley
2014-12-21Another sed bug. (The e2fsprogs build uses multiple line continuations on the...Rob Landley
2014-12-14Make sed a\ line continuations work properly for different pattern input modes.Rob Landley
2014-11-27sed: c needs to trigger range logic like d, D works like d when there isn't a...Rob Landley
2014-11-15Debugging pass on sed: make the existing test suite pass.Rob Landley
2014-11-14Add a few more sed tests.Rob Landley
2014-11-09Yet more sed tests.Rob Landley
2014-11-06More sed tests.Rob Landley
2014-10-29First batch of sed tests.Rob Landley