summaryrefslogtreecommitdiffstats
path: root/text_cmds/ed/test/c.t
diff options
context:
space:
mode:
Diffstat (limited to 'text_cmds/ed/test/c.t')
-rw-r--r--text_cmds/ed/test/c.t12
1 files changed, 12 insertions, 0 deletions
diff --git a/text_cmds/ed/test/c.t b/text_cmds/ed/test/c.t
new file mode 100644
index 0000000..ebdd536
--- /dev/null
+++ b/text_cmds/ed/test/c.t
@@ -0,0 +1,12 @@
+1c
+at the top
+.
+4c
+in the middle
+.
+$c
+at the bottom
+.
+2,3c
+between top/middle
+.