xref: /dragonfly/bin/ed/test/TODO (revision 86d7f5d305c6adaa56ff4582ece9859d73106103)
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