diff options
Diffstat (limited to 'bin/ed/test/c.t')
-rw-r--r-- | bin/ed/test/c.t | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bin/ed/test/c.t b/bin/ed/test/c.t new file mode 100644 index 00000000000..ebdd536f817 --- /dev/null +++ b/bin/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 +. |