edward

An extensible POSIX-compatible implementation of the ed(1) text editor

git clone https://git.8pit.net/edward.git

1# Interactive tests
2
3The test cases in this directory covers behavior which requires standard input to be a tty.
4For example, EOF in input mode or command mode.
5The tests require `tmux` to be installed.
6Contrary to the default integration tests, these tests require an `expected` output file.