[hackers] [PATCH 6/6] ed: Update TODO

From: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
Date: Wed, 13 Dec 2023 12:55:32 +0100

Remove the cases are tested to work correctly now.
---
 TODO | 16 ----------------
 1 file changed, 16 deletions(-)
diff --git a/TODO b/TODO
index a78cf8b..000fd06 100644
--- a/TODO
+++ b/TODO
_AT_@ -28,10 +28,6 @@ Bugs
 
 ed
 --
-* Multi-line commands don't work in global commands:
-    g/^line/a \
-    line1
-    .
 * cat <<EOF | ed
     0a
     int radix = 16;
_AT_@ -55,18 +51,6 @@ ed
     .
     1g/^$/p
 * Editing huge files doesn't work well.
-* Escaping newlines in replacement doesn't work well:
-	% /bin/ed
-	i
-	foobar
-	.
-	s/foo/&\
-	->
-	->bar
-	,p
-	foo
-	->bar
-	Q
 
 
 printf
-- 
2.37.3
Received on Wed Dec 13 2023 - 12:55:32 CET

This archive was generated by hypermail 2.3.0 : Wed Dec 13 2023 - 13:00:34 CET