summaryrefslogtreecommitdiffstats
path: root/text_cmds/ed/test/i.t
diff options
context:
space:
mode:
Diffstat (limited to 'text_cmds/ed/test/i.t')
-rw-r--r--text_cmds/ed/test/i.t9
1 files changed, 9 insertions, 0 deletions
diff --git a/text_cmds/ed/test/i.t b/text_cmds/ed/test/i.t
new file mode 100644
index 0000000..d1d9805
--- /dev/null
+++ b/text_cmds/ed/test/i.t
@@ -0,0 +1,9 @@
+1i
+hello world
+.
+2i
+hello world!
+.
+$i
+hello world!!
+.