Rich Filker spotted that sed -e 's/xxx/[/' didn't work right. Did a smaller
authorRob Landley <rob@landley.net>
Wed, 26 Jul 2006 17:25:08 +0000 (17:25 -0000)
committerRob Landley <rob@landley.net>
Wed, 26 Jul 2006 17:25:08 +0000 (17:25 -0000)
commit4795e4e011f1a146a2a4aa06a006fff5641befb5
tree6185ef8c9dfc1f24c094d5262b745119f6400402
parent7cc6b69bb09d2242493b7c4d882af958254e0cc7
Rich Filker spotted that sed -e 's/xxx/[/' didn't work right.  Did a smaller
fix than his, and shrank the code a bit on top of that so the net size is
smaller, and added a test to the test suite for this case.  Plus I cleaned up
the #includes and removed unnecessary "const"s while I was there.
editors/sed.c
testsuite/sed.tests