NetBSD/bin/ed/test
cgd d7290b7687 clean up RCS Ids slightly, etc. 1995-04-23 10:07:18 +00:00
..
=.err
Makefile
README
TODO
a.d
a.r
a.t
a1.err
a2.err
addr.d
addr.r
addr.t Added a line-addressing test so this isn't overlooked again. 1993-11-23 04:41:44 +00:00
addr1.err
addr2.err
ascii.d added support for lines of arbitrary length 1993-05-08 10:49:52 +00:00
ascii.r
ascii.t
bang1.d
bang1.err
bang1.r
bang1.t
bang2.err
c.d
c.r
c.t
c1.err
c2.err added support for lines of arbitrary length 1993-05-08 10:49:52 +00:00
ckscripts.sh clean up RCS Ids slightly, etc. 1995-04-23 10:07:18 +00:00
d.d
d.err
d.r
d.t
e1.d
e1.err updated to alm's ed-0.2 1993-04-10 11:46:38 +00:00
e1.r added ed, from Andrew Moore, alm@netcom.com 1993-04-08 01:07:16 +00:00
e1.t
e2.d
e2.err
e2.r
e2.t added ed, from Andrew Moore, alm@netcom.com 1993-04-08 01:07:16 +00:00
e3.d
e3.err
e3.r
e3.t
e4.d
e4.r fixed regex initialization 1993-06-16 07:36:51 +00:00
e4.t
f1.err
f2.err
g1.d
g1.err
g1.r added ed, from Andrew Moore, alm@netcom.com 1993-04-08 01:07:16 +00:00
g1.t
g2.d
g2.err
g2.r
g2.t
g3.d
g3.err
g3.r fixed undo within a global command (would corrupt the buffer) 1993-07-02 10:02:26 +00:00
g3.t fixed undo within a global command (would corrupt the buffer) 1993-07-02 10:02:26 +00:00
g4.d
g4.r
g4.t
g5.d rename !* -> bang* and \n* -> nl* 1993-11-12 10:50:14 +00:00
g5.r
g5.t
h.err
i.d
i.r
i.t
i1.err
i2.err
i3.err
j.d
j.r
j.t
k.d
k.r
k.t
k1.err updated to alm's ed-0.2 1993-04-10 11:46:38 +00:00
k2.err
k3.err
k4.err
l.d
l.r
l.t
m.d
m.err updated to alm's ed-0.2 1993-04-10 11:46:38 +00:00
m.r
m.t
mkscripts.sh
n.d
n.r
n.t
nl.err
nl1.d
nl1.r
nl1.t
nl2.d
nl2.r rename !* -> bang* and \n* -> nl* 1993-11-12 10:50:14 +00:00
nl2.t rename !* -> bang* and \n* -> nl* 1993-11-12 10:50:14 +00:00
p.d
p.r
p.t
q.d
q.r
q.t
q1.err
r1.d
r1.err
r1.r
r1.t
r2.d
r2.err
r2.r
r2.t
r3.d
r3.r
r3.t
s1.d
s1.err updated to alm's ed-0.2 1993-04-10 11:46:38 +00:00
s1.r added ed, from Andrew Moore, alm@netcom.com 1993-04-08 01:07:16 +00:00
s1.t
s2.d
s2.err
s2.r
s2.t
s3.d
s3.err
s3.r
s3.t
s4.err
s5.err
s6.err
s7.err
s8.err
s9.err
s10.err
t.d
t.r added ed, from Andrew Moore, alm@netcom.com 1993-04-08 01:07:16 +00:00
t1.d
t1.err
t1.r updated to alm's ed-0.2 1993-04-10 11:46:38 +00:00
t1.t
t2.d updated to alm's ed-0.2 1993-04-10 11:46:38 +00:00
t2.err
t2.r
t2.t
u.d
u.err
u.r
u.t added ed, from Andrew Moore, alm@netcom.com 1993-04-08 01:07:16 +00:00
v.d
v.r
v.t
w.d
w.r
w.t
w1.err added tests for the `k' and `w' commands 1993-04-14 12:05:05 +00:00
w2.err added tests for the `k' and `w' commands 1993-04-14 12:05:05 +00:00
w3.err
x.err updated to alm's ed-0.2 1993-04-10 11:46:38 +00:00
z.err

README

$NetBSD: README,v 1.8 1995/03/21 09:05:18 cgd Exp $

The files in this directory with suffixes `.t', `.d', `.r' and `.err' are
used for testing ed.  To run the tests, set the ED variable in the Makefile
for the path name of the program to be tested (e.g., /bin/ed), and type
`make'.  The tests do not exhaustively verify POSIX compliance nor do
they verify correct 8-bit or long line support.

The test file suffixes have the following meanings:
.t    Template - a list of ed commands from which an ed script is
      constructed
.d    Data - read by an ed script
.r    Result - the expected output after processing data via an ed
      script.
.err  Error - invalid ed commands that should generate an error

The output of the tests is written to the two files err.o and scripts.o.
At the end of the tests, these files are grep'ed for error messages,
which look like:
	*** The script u.ed exited abnormally ***
or:
	*** Output u.o of script u.ed is incorrect ***

The POSIX requirement that an address range not be used where at most
a single address is expected has been relaxed in this version of ed.
Therefore, the  following scripts  which test for compliance with this
POSIX rule exit abnormally:
=-err.ed
a1-err.ed
i1-err.ed
k1-err.ed
r1-err.ed