Merge branch 'vendor/LIBARCHIVE'
[dragonfly.git] / bin / ed / test / TODO
1 Some missing tests:
2 0) g/./s^@^@    - okay: NULs in commands
3 1) g/./s/^@/    - okay: NULs in patterns
4 2) a
5    hello^V^Jworld       
6    .            - okay: embedded newlines in insert mode
7 3) ed ""        - error: invalid filename
8 4) red ..       - error: restricted
9 5) red /        - error: restricted
10 5) red !xx      - error: restricted
11 6) ed -x        - verify: 8-bit clean
12 7) ed           - verify: long-line support
13 8) ed           - verify: interactive/help mode
14 9) G/pat/       - verify: global interactive command
15 10) V/pat/      - verify: global interactive command