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
@@ -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;
@@ -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


Reply via email to