Boot-to-ramdisk image generation scripts
[minix3.git] / bin / ed / test / TODO
blobc516d1eb80923665e71a8a0a46927e994ca38081
1 $NetBSD: TODO,v 1.3 1995/03/21 09:05:20 cgd Exp $
3 Some missing tests:
4 0) g/./s^@^@    - okay: NULs in commands
5 1) g/./s/^@/    - okay: NULs in patterns
6 2) a
7    hello^V^Jworld       
8    .            - okay: embedded newlines in insert mode
9 3) ed ""        - error: invalid filename
10 4) red ..       - error: restricted
11 5) red /        - error: restricted
12 5) red !xx      - error: restricted
13 6) ed -x        - verify: 8-bit clean
14 7) ed           - verify: long-line support
15 8) ed           - verify: interactive/help mode
16 9) G/pat/       - verify: global interactive command
17 10) V/pat/      - verify: global interactive command