opnsense-src/tools/regression/usr.bin/sed
Yaroslav Tykhiy f6703c9c0a Change the semantics of -i (in-place editing) so that it treats
each file independently from other files.  The new semantics are
desired in the most of practical cases, e.g.: delete lines 5-9
from each file.

Keep the previous semantics of -i under a new option, -I, which
uses a single continuous address space covering all files to edit
in-place -- they are too cool to just drop them.

Add regression tests for -i and -I.

Approved by:	dds
Compared with:	GNU sed
Discussed on:	-hackers
MFC after:	2 weeks
2007-04-21 01:21:36 +00:00
..
regress.multitest.out Today SUN and GNU seds fully agree on test 5.3 and behave 2007-04-02 07:50:10 +00:00
hanoi.sed
Makefile Rename sed.test to multitest.t to comply with the naming scheme of 2007-03-14 18:58:59 +00:00
math.sed
multitest.t Today SUN and GNU seds fully agree on test 5.3 and behave 2007-04-02 07:50:10 +00:00
regress.b2a.out Don't forget to close the range if we branched over its end 2007-04-02 08:14:46 +00:00
regress.bcb.out
regress.c0.out This trivial change should fix at least 3 similar bugs. All of 2007-04-01 13:25:03 +00:00
regress.c1.out This trivial change should fix at least 3 similar bugs. All of 2007-04-01 13:25:03 +00:00
regress.c2.out This trivial change should fix at least 3 similar bugs. All of 2007-04-01 13:25:03 +00:00
regress.c3.out This trivial change should fix at least 3 similar bugs. All of 2007-04-01 13:25:03 +00:00
regress.G.out
regress.hanoi.out Add Towers of Hanoi regression test. 2007-03-14 07:52:38 +00:00
regress.in
regress.math.out Add sed math regression test. 2007-03-14 07:55:05 +00:00
regress.P.out
regress.psl.out
regress.s3.out
regress.s4.out
regress.s5.out
regress.sg.out
regress.sh Change the semantics of -i (in-place editing) so that it treats 2007-04-21 01:21:36 +00:00
regress.t
regress.y.out