xref: /freebsd/bin/ed/test/TODO (revision 30154ac8a86b4987758047cd7b94de39dab9d8d8)
130154ac8SAndrew MooreSome missing tests:
230154ac8SAndrew Moore0) g/./s^@^@	- okay: NULs in commands
330154ac8SAndrew Moore1) g/./s/^@/	- okay: NULs in patterns
430154ac8SAndrew Moore2) a
530154ac8SAndrew Moore   hello^V^Jworld
630154ac8SAndrew Moore   .		- okay: embedded newlines in insert mode
730154ac8SAndrew Moore3) ed ""	- error: invalid filename
830154ac8SAndrew Moore4) red ..	- error: restricted
930154ac8SAndrew Moore5) red /	- error: restricted
1030154ac8SAndrew Moore5) red !xx	- error: restricted
1130154ac8SAndrew Moore6) ed -x 	- verify: 8-bit clean
1230154ac8SAndrew Moore7) ed		- verify: long-line support
1330154ac8SAndrew Moore8) ed		- verify: interactive/help mode
1430154ac8SAndrew Moore9) G/pat/	- verify: global interactive command
1530154ac8SAndrew Moore10) V/pat/	- verify: global interactive command
16