This file is indexed.

/usr/share/doc/ed/TODO is in ed 1.10-2.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
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 -x 	- verify: 8-bit clean
4) ed		- verify: long-line support
5) ed		- verify: interactive/help mode
6) G/pat/	- verify: global interactive command
7) V/pat/	- verify: global interactive command