Home | History | Annotate | Line # | Download | only in test
TODO revision 1.3.116.2
      1  1.3.116.1  martin $NetBSD: TODO,v 1.3.116.2 2020/04/21 19:37:32 martin Exp $
      2        1.3     cgd 
      3        1.1     alm Some missing tests:
      4        1.1     alm 0) g/./s^@^@	- okay: NULs in commands
      5        1.1     alm 1) g/./s/^@/	- okay: NULs in patterns
      6        1.1     alm 2) a
      7        1.1     alm    hello^V^Jworld	
      8        1.1     alm    .		- okay: embedded newlines in insert mode
      9        1.1     alm 3) ed ""	- error: invalid filename
     10        1.1     alm 4) red ..	- error: restricted
     11        1.1     alm 5) red /	- error: restricted
     12        1.1     alm 5) red !xx	- error: restricted
     13        1.1     alm 6) ed -x 	- verify: 8-bit clean
     14        1.1     alm 7) ed		- verify: long-line support
     15        1.1     alm 8) ed		- verify: interactive/help mode
     16        1.2     alm 9) G/pat/	- verify: global interactive command
     17        1.2     alm 10) V/pat/	- verify: global interactive command
     18