The previous fix for 's/a/1/;s/b/2/;t one;p;:one;p' broke the case of
authorGlenn L McGrath <bug1@ihug.co.nz>
Sun, 14 Sep 2003 08:52:53 +0000 (08:52 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Sun, 14 Sep 2003 08:52:53 +0000 (08:52 -0000)
commitedc388cf4ef381282d13e2873694e3c9032214e4
treeeabb4bcbc6dee3531caeca881e67509914df6e6c
parent3fe475677a54fff6ce8a39e1d4a7e3d358aeed18
The previous fix for 's/a/1/;s/b/2/;t one;p;:one;p' broke the case of
echo fooba | ./busybox sed -n 's/foo//;s/bar/found/p'

I really need to start adding these tests to the testsuite.

keep the substituted and altered flags seperate
editors/sed.c