xref: /dragonfly/bin/ed/test/README (revision b40e316c)
1# $FreeBSD: src/bin/ed/test/README,v 1.7 1999/08/27 23:14:17 peter Exp $
2# $DragonFly: src/bin/ed/test/README,v 1.2 2003/06/17 04:22:50 dillon Exp $
3
4The files in this directory with suffixes `.t', `.d', `.r' and `.err' are
5used for testing ed.  To run the tests, set the ED variable in the Makefile
6for the path name of the program to be tested (e.g., /bin/ed), and type
7`make'.  The tests do not exhaustively verify POSIX compliance nor do
8they verify correct 8-bit or long line support.
9
10The test file suffixes have the following meanings:
11.t    Template - a list of ed commands from which an ed script is
12      constructed
13.d    Data - read by an ed script
14.r    Result - the expected output after processing data via an ed
15      script.
16.err  Error - invalid ed commands that should generate an error
17
18The output of the tests is written to the two files err.o and scripts.o.
19At the end of the tests, these files are grep'ed for error messages,
20which look like:
21	*** The script u.ed exited abnormally ***
22or:
23	*** Output u.o of script u.ed is incorrect ***
24
25The POSIX requirement that an address range not be used where at most
26a single address is expected has been relaxed in this version of ed.
27Therefore, the  following scripts  which test for compliance with this
28POSIX rule exit abnormally:
29=-err.ed
30a1-err.ed
31i1-err.ed
32k1-err.ed
33r1-err.ed
34