File: TODO

package info (click to toggle)
ed 0.7-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,120 kB
  • ctags: 223
  • sloc: ansic: 2,384; sh: 534; makefile: 145
file content (15 lines) | stat: -rw-r--r-- 493 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Some missing tests:
0) g/./s^@^@	- okay: NULs in commands
1) g/./s/^@/	- okay: NULs in patterns
2) a
   hello^V^Jworld	
   .		- okay: embedded newlines in insert mode
3) ed ""	- error: invalid filename
4) red ..	- error: restricted
5) red /	- error: restricted
5) red !xx	- error: restricted
6) ed -x 	- verify: 8-bit clean
7) ed		- verify: long-line support
8) ed		- verify: interactive/help mode
9) G/pat/	- verify: global interactive command
10) V/pat/	- verify: global interactive command