[hackers] [sbase] ed: Add more bugs to TODO || Roberto E. Vargas Caballero
commit 6d3f18c82108b17e4c9069d421c1313b9f5c68a8
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Thu Sep 20 09:49:36 2018 +0100
Commit: Quentin Rameau <quinq_AT_fifth.space>
CommitDate: Thu Sep 20 10:54:21 2018 +0200
ed: Add more bugs to TODO
diff --git a/ed.c b/ed.c
index a434625..6a2f231 100644
--- a/ed.c
+++ b/ed.c
_AT_@ -18,6 +18,16 @@
*
* .
* ?radix?;/^$/-s/^/static /
+ * o cat <<EOF | ed
+ * 0a
+ * Line
+ * .
+ * s/ *//
+ * o cat <<EOF | ed
+ * 0a
+ * line
+ * .
+ * 1g/^$/p
*/
#include <sys/stat.h>
Received on Thu Sep 20 2018 - 10:54:40 CEST
This archive was generated by hypermail 2.3.0
: Thu Sep 20 2018 - 11:00:30 CEST