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