xref: /freebsd/bin/ed/test/TODO (revision c11e094d96120a2e0e726ed9705ae0ec08db49b6)
1Some missing tests:
20) g/./s^@^@	- okay: NULs in commands
31) g/./s/^@/	- okay: NULs in patterns
42) a
5   hello^V^Jworld
6   .		- okay: embedded newlines in insert mode
73) ed ""	- error: invalid filename
84) red ..	- error: restricted
95) red /	- error: restricted
105) red !xx	- error: restricted
116) ed -x 	- verify: 8-bit clean
127) ed		- verify: long-line support
138) ed		- verify: interactive/help mode
149) G/pat/	- verify: global interactive command
1510) V/pat/	- verify: global interactive command
16